Imakefile   [plain text]


/* code converter: GB2312 */

#define ModuleName GB2312
SRCS = GB18030toUCS2.c main.c
OBJS = GB18030toUCS2.o main.o

#include <xttMod.tmpl>

/* end of file */