Changeset 5d4e90f0 in mainline for uspace/lib/libc/include/io
- Timestamp:
- 2007-09-27T12:35:36Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bcf23cf
- Parents:
- 8c20b26
- Location:
- uspace/lib/libc/include/io
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/io/io.h
r8c20b26 r5d4e90f0 36 36 #define LIBC_IO_H_ 37 37 38 #include < libarch/types.h>38 #include <sys/types.h> 39 39 40 40 int putnchars(const char * buf, size_t count); -
uspace/lib/libc/include/io/printf_core.h
r8c20b26 r5d4e90f0 36 36 #define LIBC_PRINTF_CORE_H_ 37 37 38 #include < libarch/types.h>38 #include <sys/types.h> 39 39 #include <stdarg.h> 40 40
Note:
See TracChangeset
for help on using the changeset viewer.