Changes in uspace/lib/c/include/stdlib.h [75c430e3:7d7bc09] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stdlib.h
r75c430e3 r7d7bc09 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 89 93 extern int atoi(const char *); 90 94 extern long atol(const char *);
Note:
See TracChangeset
for help on using the changeset viewer.