Changes in uspace/lib/posix/include/posix/stdlib.h [bc56f30:9b8be79] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/stdlib.h
rbc56f30 r9b8be79 42 42 #include <stddef.h> 43 43 44 __C_DECLS_BEGIN;45 46 44 /* Environment Access */ 47 45 extern int putenv(char *string); … … 62 60 extern int bsd_getloadavg(double loadavg[], int nelem); 63 61 64 __C_DECLS_END;65 66 62 #endif // POSIX_STDLIB_H_ 67 63
Note:
See TracChangeset
for help on using the changeset viewer.