Changes in uspace/lib/c/include/io/kio.h [690ad20:4805495] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/kio.h
r690ad20 r4805495 36 36 #define _LIBC_IO_KIO_H_ 37 37 38 #include <stddef.h> 39 #include <stdarg.h> 40 #include <io/verify.h> 38 41 #include <_bits/errno.h> 39 42 #include <_bits/size_t.h> 40 #include <io/verify.h>41 #include <stdarg.h>42 #include <stddef.h>43 #include <uchar.h>44 43 45 44 extern void __kio_init(void); … … 51 50 _HELENOS_PRINTF_ATTRIBUTE(1, 2); 52 51 extern int kio_vprintf(const char *, va_list); 53 54 extern size_t kio_read(char *buf, size_t n, size_t at);55 52 56 53 /*
Note:
See TracChangeset
for help on using the changeset viewer.