Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8628 → Rev 8629

/contrib/kolibri-libc/source/include/stdlib.h
14,7 → 14,7
extern int _FUNC(atoi)(const char *s);
extern long _FUNC(atol)(const char *);
extern long long _FUNC(atoll)(const char *);
//char* itoa)(int n, char* s);
extern void _FUNC(itoa)(int n, char* s);
 
extern int _FUNC(abs)(int);
extern long _FUNC(labs)(long);