Changes in uspace/lib/posix/source/stdio/scanf.c [a3da2b2:3e6a98c5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/stdio/scanf.c
ra3da2b2 r3e6a98c5 35 35 #define LIBPOSIX_INTERNAL 36 36 37 /* Must be first. */38 #include "posix/stdbool.h"39 40 37 #include "posix/assert.h" 41 38 #include "posix/errno.h" … … 50 47 #include "../internal/common.h" 51 48 #include "libc/malloc.h" 49 #include "libc/stdbool.h" 52 50 53 51 /** Unified data type for possible data sources for scanf. */
Note:
See TracChangeset
for help on using the changeset viewer.