From bfa73890d4d4726be6403f408183115485f4721b Mon Sep 17 00:00:00 2001 From: Raphael Assenat Date: Tue, 20 Oct 2015 07:55:01 -0400 Subject: [PATCH] Add function documentation --- tool/ihex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/ihex.h b/tool/ihex.h index a55d5d6..2088032 100644 --- a/tool/ihex.h +++ b/tool/ihex.h @@ -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__