mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2025-02-11 20:50:20 -05:00
8 lines
128 B
C
8 lines
128 B
C
|
#ifndef _ihex_h__
|
||
|
#define _ihex_h__
|
||
|
|
||
|
int load_ihex(const char *file, unsigned char *dstbuf, int bufsize);
|
||
|
|
||
|
#endif // _ihex_h__
|
||
|
|