Changeset fadd381 in mainline for uspace/libc/include/io
- Timestamp:
- 2006-09-04T20:22:14Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2def788
- Parents:
- fd85ae5
- Location:
- uspace/libc/include/io
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/include/io/io.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 /** @addtogroup libc29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __LIBC__IO_H__36 #define __LIBC__IO_H__35 #ifndef LIBC_IO_H_ 36 #define LIBC_IO_H_ 37 37 38 38 #include <libarch/types.h> … … 45 45 #endif 46 46 47 48 /** @} 47 /** @} 49 48 */ 50 49 -
uspace/libc/include/io/printf_core.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 /** @addtogroup libc29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __LIBC__PRINTF_CORE_H__36 #define __LIBC__PRINTF_CORE_H__35 #ifndef LIBC_PRINTF_CORE_H_ 36 #define LIBC_PRINTF_CORE_H_ 37 37 38 38 #include <libarch/types.h> … … 52 52 #endif 53 53 54 55 /** @} 54 /** @} 56 55 */ 57 56 -
uspace/libc/include/io/stream.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 /** @addtogroup libc29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __libc_STREAM_H_36 #define __libc_STREAM_H_35 #ifndef LIBC_STREAM_H_ 36 #define LIBC_STREAM_H_ 37 37 38 38 #include <libarch/types.h> … … 41 41 42 42 typedef int fd_t; 43 44 43 45 44 typedef ssize_t (*pwritefn_t)(void *, const void *, size_t); … … 51 50 #endif 52 51 53 54 /** @} 52 /** @} 55 53 */ 56 57
Note:
See TracChangeset
for help on using the changeset viewer.
