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