X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fhexfile.h;h=0f46527d1cedc5b25cb388cc9c7dcbce890c3d1c;hb=d367f394a97a15018ff1a46d8989586c8456db12;hp=ea27f1ff0e2d53cfe3ab4c6d4f2c75eb21d1f3cd;hpb=b23541495010180e3a69e3e1f64c934b28775878;p=emu8051.git diff --git a/src/hexfile.h b/src/hexfile.h index ea27f1f..0f46527 100644 --- a/src/hexfile.h +++ b/src/hexfile.h @@ -22,6 +22,12 @@ #ifndef HEXFILE_H #define HEXFILE_H 1 +void +int2asciihex(int val, char *str, int width); + +int +asciihex2int(char *str); + unsigned int Ascii2Hex(char *istring, int length);