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.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tools/iDSK/src/Ascii.cpp (limited to 'tools/iDSK/src/Ascii.cpp') diff --git a/tools/iDSK/src/Ascii.cpp b/tools/iDSK/src/Ascii.cpp new file mode 100644 index 0000000..19fced5 --- /dev/null +++ b/tools/iDSK/src/Ascii.cpp @@ -0,0 +1,16 @@ +#include +using namespace std; +#include +#include +#include +#include + +#include "MyType.h" +#include "Ascii.h" + +void Ascii(unsigned char *Prg, char *Listing, int Longueur) +{ + int Adr = 0; + * Listing = 0; + strncpy(Listing,(const char*)Prg,Longueur); +} \ No newline at end of file -- cgit v1.2.3