Changeset 19f857a in mainline for uspace/lib/libc/include
- Timestamp:
- 2010-03-21T09:39:25Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8023571
- Parents:
- e2b73d4f
- Location:
- uspace/lib/libc/include
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/stdio.h
re2b73d4f r19f857a 38 38 #include <sys/types.h> 39 39 #include <stdarg.h> 40 #include <str ing.h>40 #include <str.h> 41 41 #include <adt/list.h> 42 42 -
uspace/lib/libc/include/str.h
re2b73d4f r19f857a 33 33 */ 34 34 35 #ifndef LIBC_STR ING_H_36 #define LIBC_STR ING_H_35 #ifndef LIBC_STR_H_ 36 #define LIBC_STR_H_ 37 37 38 38 #include <mem.h> -
uspace/lib/libc/include/sysinfo.h
re2b73d4f r19f857a 38 38 #include <libc.h> 39 39 #include <sysinfo.h> 40 #include <str ing.h>40 #include <str.h> 41 41 42 42 sysarg_t sysinfo_value(const char *name);
Note:
See TracChangeset
for help on using the changeset viewer.
