comparison sbr/ml_codeconv.c @ 10:a6481689f99c

*** empty log message ***
author kono
date Wed, 06 Dec 2006 03:17:53 +0900
parents 77780b728543
children
comparison
equal deleted inserted replaced
9:52d0fa25c554 10:a6481689f99c
7 #include "../h/mh.h" 7 #include "../h/mh.h"
8 #include <ctype.h> 8 #include <ctype.h>
9 #include <stdio.h> 9 #include <stdio.h>
10 #include <sys/types.h> 10 #include <sys/types.h>
11 #include <sys/stat.h> 11 #include <sys/stat.h>
12 #include <stdlib.h>
12 13
13 /* coding system */ 14 /* coding system */
14 typedef int coding_system_t; 15 typedef int coding_system_t;
15 #define CS_DEFAULT 0 16 #define CS_DEFAULT 0
16 #define CS_JIS7 1 17 #define CS_JIS7 1