mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
5 lines
97 B
C
5 lines
97 B
C
|
typedef struct {
|
||
|
uint8 *data;
|
||
|
uint32 len; /* Not including extra NULL character. */
|
||
|
} fceustr;
|