fceux/fceustr.h

5 lines
101 B
C

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