Changeset c85a57f in mainline
- Timestamp:
- 2014-09-19T10:25:11Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 865b981
- Parents:
- 9b20126
- Location:
- uspace/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/test/sprintf.c
r9b20126 rc85a57f 43 43 PCUT_INIT 44 44 45 PCUT_TEST_SUITE(sprintf) 45 PCUT_TEST_SUITE(sprintf); 46 46 47 47 static char buffer[BUFFER_SIZE]; -
uspace/lib/posix/test/scanf.c
r9b20126 rc85a57f 38 38 PCUT_INIT 39 39 40 PCUT_TEST_SUITE(scanf) 40 PCUT_TEST_SUITE(scanf); 41 41 42 43 #ifndef UARCH_sparc64 44 45 /* 46 * We need some floating point functions for scanf() imlementation 47 * that are not yet available for SPARC-64. 48 */ 42 49 43 50 PCUT_TEST(int_decimal) { … … 55 62 } 56 63 64 #endif 65 57 66 PCUT_EXPORT(scanf);
Note:
See TracChangeset
for help on using the changeset viewer.