Changeset 29e7cc7 in mainline for uspace/lib/c/include
- Timestamp:
- 2025-04-18T15:14:10Z (10 months ago)
- Children:
- e77c3ed
- Parents:
- 800d188 (diff), 25fdb2d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/lib/c/include
- Files:
-
- 1 deleted
- 2 edited
-
io/kio.h (modified) (2 diffs)
-
stdio.h (modified) (1 diff)
-
types/adt/odict.h (deleted)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/kio.h
r800d188 r29e7cc7 36 36 #define _LIBC_IO_KIO_H_ 37 37 38 #include <stddef.h>39 #include <stdarg.h>40 #include <io/verify.h>41 38 #include <_bits/errno.h> 42 39 #include <_bits/size_t.h> 40 #include <io/verify.h> 41 #include <stdarg.h> 42 #include <stddef.h> 43 #include <uchar.h> 43 44 44 45 extern void __kio_init(void); … … 50 51 _HELENOS_PRINTF_ATTRIBUTE(1, 2); 51 52 extern int kio_vprintf(const char *, va_list); 53 54 extern size_t kio_read(char *buf, size_t n, size_t at); 52 55 53 56 /* -
uspace/lib/c/include/stdio.h
r800d188 r29e7cc7 209 209 }; 210 210 211 extern int vprintf_length(const char *, va_list);212 extern int printf_length(const char *, ...)213 _HELENOS_PRINTF_ATTRIBUTE(1, 2);214 211 extern FILE *fdopen(int, const char *); 215 212 extern int fileno(FILE *);
Note:
See TracChangeset
for help on using the changeset viewer.
