Changes in uspace/lib/posix/source/stdio/scanf.c [0d0b319:e8d3c6f5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/stdio/scanf.c
r0d0b319 re8d3c6f5 36 36 #define __POSIX_DEF__(x) posix_##x 37 37 38 #include "posix/assert.h"38 #include <assert.h> 39 39 40 40 #include <errno.h>
Note:
See TracChangeset
for help on using the changeset viewer.