Changes in uspace/lib/c/generic/io/kio.c [690ad20:163e34c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/kio.c
r690ad20 r163e34c 34 34 */ 35 35 36 #include <abi/syscall.h>37 36 #include <stddef.h> 38 37 #include <libc.h> … … 113 112 } 114 113 115 size_t kio_read(char *buf, size_t n, size_t at)116 {117 return __SYSCALL3(SYS_KIO_READ, (sysarg_t) buf, n, at);118 }119 120 114 /** Print formatted text to kio. 121 115 *
Note:
See TracChangeset
for help on using the changeset viewer.