gctf2023/pwn/flipper/dist/utils/exe2minixfs/kstring.h

6 lines
124 B
C
Raw Normal View History

2023-11-24 18:11:34 +00:00
// WARNING: This is only a dummy header for the exe2minixfs tool!
#ifdef EXE2MINIXFS
#pragma once
#include <cstring>
#endif