Subversion Repositories Shiroi

Rev

Rev 8 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 29
Line 1... Line 1...
1
/* $Id: char.h 8 2024-08-28 16:29:15Z nishi $ */
1
/* $Id: char.h 29 2024-08-31 17:41:43Z nishi $ */
2
 
2
 
3
#ifndef __CHAR_H__
3
#ifndef __CHAR_H__
4
#define __CHAR_H__
4
#define __CHAR_H__
5
 
5
 
6
char toupper(char);
6
char toupper(char);
7
int strlen(const char*);
7
int strlen(const char*);
-
 
8
char strequ(const char*, const char*);
-
 
9
char strcaseequ(const char*, const char*);
8
 
10
 
9
#endif
11
#endif