aboutsummaryrefslogtreecommitdiff
path: root/tools/iDSK/src/Ascii.h
blob: 688f8a4f66c102976fb30db69cbd05a5be6da832 (plain)
1
2
3
4
5
6
#ifndef ASCII_H
#define ASCII_H

void Ascii(unsigned char *Prg, char *Listing, int Longueur);

#endif