mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 15:05:05 +01:00
8 lines
221 B
C
8 lines
221 B
C
|
int write16le(uint16 b, FILE *fp);
|
||
|
int write32le(uint32 b, FILE *fp);
|
||
|
int read32le(uint32 *Bufo, FILE *fp);
|
||
|
void FlipByteOrder(uint8 *src, uint32 count);
|
||
|
|
||
|
void FCEU_en32lsb(uint8 *, uint32);
|
||
|
uint32 FCEU_de32lsb(uint8 *);
|