mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2025-02-07 02:30:14 -05:00
Add function documentation
This commit is contained in:
parent
d4097afde4
commit
bfa73890d4
@ -1,6 +1,7 @@
|
|||||||
#ifndef _ihex_h__
|
#ifndef _ihex_h__
|
||||||
#define _ihex_h__
|
#define _ihex_h__
|
||||||
|
|
||||||
|
/* \return File size, or negative value on error.*/
|
||||||
int load_ihex(const char *file, unsigned char *dstbuf, int bufsize);
|
int load_ihex(const char *file, unsigned char *dstbuf, int bufsize);
|
||||||
|
|
||||||
#endif // _ihex_h__
|
#endif // _ihex_h__
|
||||||
|
Loading…
Reference in New Issue
Block a user