Files
Strings/include/lae_strings.h

7 lines
85 B
C

#ifndef LAE_STRINGS_H
#define LAE_STRINGS_H
typedef struct ByteStr ByteStr;
#endif