Changeset 06e0f37 in mainline for uspace/lib/c
- Timestamp:
- 2019-08-17T12:22:31Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cd76bbd5
- Parents:
- d3db35b
- Location:
- uspace/lib/c/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/test/stdio/scanf.c
rd3db35b r06e0f37 43 43 44 44 #pragma GCC diagnostic ignored "-Wformat-zero-length" 45 #pragma GCC diagnostic ignored "-Wformat" 46 #pragma GCC diagnostic ignored "-Wformat-extra-args" 45 47 46 48 PCUT_INIT; -
uspace/lib/c/test/string.c
rd3db35b r06e0f37 28 28 29 29 /* Prevent an error from being generated */ 30 # undef _HELENOS_SOURCE30 #define _REALLY_WANT_STRING_H 31 31 #include <string.h> 32 #define _HELENOS_SOURCE33 32 #include <pcut/pcut.h> 34 33
Note:
See TracChangeset
for help on using the changeset viewer.