fceugx/source/fceustr.h
2008-04-03 03:58:35 +00:00

5 lines
97 B
C

typedef struct {
uint8 *data;
uint32 len; /* Not including extra NULL character. */
} fceustr;