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