blob: e1c97b7694c0b63d9a9d02512f794e5acd841fec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef ASCIILIB_H
#define ASCIILIB_H
#include <string.h>
//#define ASCII_8X16_MS_Gothic
#define ASCII_8X16_System
void GetASCIICode(unsigned char* pBuffer,unsigned char ASCII);
#endif
|