Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3987 → Rev 3988

/programs/system/shell/system/string.h
13,6 → 13,7
char* strncpy(char *strDest, const char *strSource, unsigned n);
int strlen(const char* string);
char* strchr(const char* string, int c);
char* strrchr(const char* string, int c);
void _itoa(int i, char *s);
void reverse(char *s);
void itoa(int i, char *s);