mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-11-14 13:15:17 -05:00
9 lines
180 B
C
9 lines
180 B
C
#ifndef _ihex_h__
|
|
#define _ihex_h__
|
|
|
|
/* \return File size, or negative value on error.*/
|
|
int load_ihex(const char *file, unsigned char *dstbuf, int bufsize);
|
|
|
|
#endif // _ihex_h__
|
|
|