From 2fbdf974338bde8576efdae40a819a76b2391033 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 5 Nov 2023 11:22:55 +0000 Subject: Initial import of the open source release --- tools/iDSK/src/Ascii.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tools/iDSK/src/Ascii.h (limited to 'tools/iDSK/src/Ascii.h') diff --git a/tools/iDSK/src/Ascii.h b/tools/iDSK/src/Ascii.h new file mode 100644 index 0000000..688f8a4 --- /dev/null +++ b/tools/iDSK/src/Ascii.h @@ -0,0 +1,6 @@ +#ifndef ASCII_H +#define ASCII_H + +void Ascii(unsigned char *Prg, char *Listing, int Longueur); + +#endif \ No newline at end of file -- cgit v1.2.3