mirror of
https://github.com/dborth/fceugx.git
synced 2025-02-02 18:32:31 +01:00
5 lines
97 B
C
5 lines
97 B
C
typedef struct {
|
|
uint8 *data;
|
|
uint32 len; /* Not including extra NULL character. */
|
|
} fceustr;
|