Files
ci-libretro-fceumm/src/fceustr.h

5 lines
97 B
C
Raw Normal View History

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