X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=endian.h;h=049925848439a328f32716c1a35245294bc33ed4;hp=23ee4ed75f0359134f92a5b6a5cc17fd49d01fc0;hb=0bb3fe122854be9af6c3024fef9f503d27bc63a1;hpb=d0f72c9ab3d6acf18f236970c1c359fafa3e1ce7 diff --git a/endian.h b/endian.h index 23ee4ed..0499258 100644 --- a/endian.h +++ b/endian.h @@ -1,3 +1,6 @@ int write16(uint16 b, FILE *fp); int write32(uint32 b, FILE *fp); int read32(void *Bufo, FILE *fp); + +#define write32le write32 +#define read32le read32