Refactor code for memwin and pgmwin modify
[emu8051.git] / src / hexfile.h
index ea27f1f..0f46527 100644 (file)
 #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);