Changes in uspace/lib/posix/include/posix/stdlib.h [4e6a610:75c430e3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/stdlib.h
r4e6a610 r75c430e3 42 42 #include <_bits/NULL.h> 43 43 44 /* Absolute Value */ 45 extern int abs(int i); 46 extern long labs(long i); 47 extern long long llabs(long long i); 48 44 49 /* Environment Access */ 45 50 extern int putenv(char *string); … … 58 63 59 64 /* Legacy Declarations */ 60 extern char *mktemp(char *tmpl) __attribute__((deprecated));65 extern char *mktemp(char *tmpl); 61 66 extern int bsd_getloadavg(double loadavg[], int nelem); 62 67
Note:
See TracChangeset
for help on using the changeset viewer.