Subversion Repositories Kolibri OS

Rev

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

Rev 2735 Rev 3245
Line 14... Line 14...
14
char*  strchr(const char* string, int c);
14
char*  strchr(const char* string, int c);
15
void    _itoa(int i, char *s);
15
void    _itoa(int i, char *s);
16
void  reverse(char *s);
16
void  reverse(char *s);
17
void     itoa(int i, char *s);
17
void     itoa(int i, char *s);
18
18
int _atoi ( char *s );
-
 
19