7 lines
85 B
C
7 lines
85 B
C
#ifndef LAE_STRINGS_H
|
|
#define LAE_STRINGS_H
|
|
|
|
typedef struct ByteStr ByteStr;
|
|
|
|
#endif
|