Subversion Repositories Kolibri OS

Rev

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

Rev 3988 Rev 6825
Line 16... Line 16...
16
void    _itoa(int i, char *s);
16
void    _itoa(int i, char *s);
17
void  reverse(char *s);
17
void  reverse(char *s);
18
void     itoa(int i, char *s);
18
void     itoa(int i, char *s);
19
int     _atoi( char *s );
19
int     _atoi( char *s );
20
20
int    strnicmp(const char* string1, const char* string2, unsigned count);
-
 
21