Diff for /xmil/common/milstr.h between versions 1.1 and 1.3

version 1.1, 2004/08/01 05:31:29 version 1.3, 2004/08/18 15:42:32
Line 1 Line 1
   
 typedef struct {  
         char    fname[8];  
         BYTE    terminate;  
         BYTE    extheadsize;  
         BYTE    type;  
         BYTE    reserved;  
         BYTE    size[4];  
 } MILF_T;  
   
 #ifndef STRCALL  #ifndef STRCALL
 #define STRCALL  #define STRCALL
 #endif  #endif
Line 60  void STRCALL mileuc_ncat(char *dst, cons Line 51  void STRCALL mileuc_ncat(char *dst, cons
 void STRCALL milutf8_ncat(char *dst, const char *src, int maxlen);  void STRCALL milutf8_ncat(char *dst, const char *src, int maxlen);
   
 // 文字を検索  // 文字を検索
 char * STRCALL milank_chr(const OEMCHAR *str, int c);  OEMCHAR * STRCALL milank_chr(const OEMCHAR *str, int c);
 char * STRCALL milsjis_chr(const char *str, int c);  char * STRCALL milsjis_chr(const char *str, int c);
 char * STRCALL mileuc_chr(const char *str, int c);  char * STRCALL mileuc_chr(const char *str, int c);
 char * STRCALL milutf8_chr(const char *str, int c);  char * STRCALL milutf8_chr(const char *str, int c);
Line 71  char * STRCALL milutf8_chr(const char *s Line 62  char * STRCALL milutf8_chr(const char *s
 int STRCALL milstr_extendcmp(const OEMCHAR *str, const OEMCHAR *cmp);  int STRCALL milstr_extendcmp(const OEMCHAR *str, const OEMCHAR *cmp);
   
 // 次の語を取得  // 次の語を取得
 char * STRCALL milstr_nextword(const OEMCHAR *str);  OEMCHAR * STRCALL milstr_nextword(const OEMCHAR *str);
   
 // 文字列からARGの取得  // 文字列からARGの取得
 int STRCALL milstr_getarg(OEMCHAR *str, OEMCHAR *arg[], int maxarg);  int STRCALL milstr_getarg(OEMCHAR *str, OEMCHAR *arg[], int maxarg);

Removed from v.1.1  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>