X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fhexfile.h;h=ea27f1ff0e2d53cfe3ab4c6d4f2c75eb21d1f3cd;hb=fc3c2b3dbd1b840445dc5bd9f2d3e99ac68837e6;hp=8bfb64621e12a5ce5dd44e03256e79f268844896;hpb=fc4dd8fa3aab94a5f63c097ed9809c75560abd7d;p=emu8051.git diff --git a/src/hexfile.h b/src/hexfile.h index 8bfb646..ea27f1f 100644 --- a/src/hexfile.h +++ b/src/hexfile.h @@ -22,9 +22,10 @@ #ifndef HEXFILE_H #define HEXFILE_H 1 +unsigned int +Ascii2Hex(char *istring, int length); void -LoadHexFile( const char *filename ); - +LoadHexFile(const char *filename); #endif /* HEXFILE_H */