usbloadergx/source/language/GB2Unicode.h

25 lines
295 B
C
Raw Normal View History

//GB2Unicode.h
#ifndef GB2UNICODE_H_
#define GB2UNICODE_H_
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
int ConverGB2Unicode(char *szFrom,wchar_t *wszTo);
#ifdef __cplusplus
}
#endif
#endif //GB2UNICODE_H_