Changes in uspace/lib/c/include/stdlib.h [7d7bc09:75c430e3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stdlib.h
r7d7bc09 r75c430e3 87 87 extern int system(const char *); 88 88 89 extern int abs(int);90 extern long labs(long);91 extern long long llabs(long long);92 93 89 extern int atoi(const char *); 94 90 extern long atol(const char *);
Note:
See TracChangeset
for help on using the changeset viewer.