Imakefile   [plain text]


/* code converter: BIG5 */

#define ModuleName BIG5
SRCS = BIG5toUCS2.c main.c
OBJS = BIG5toUCS2.o main.o

#include <xttMod.tmpl>

/* end of file */