1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2025-01-30 14:50:10 -05:00

Add function documentation

This commit is contained in:
Raphael Assenat 2015-10-20 07:55:01 -04:00
parent d4097afde4
commit bfa73890d4

View File

@ -1,6 +1,7 @@
#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__