Changeset 5e962ad in mainline for uspace/lib/c
- Timestamp:
- 2017-09-21T16:13:41Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 207d5da
- Parents:
- 4c363fa2
- Location:
- uspace/lib/c
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
r4c363fa2 r5e962ad 126 126 generic/io/con_srv.c \ 127 127 generic/io/console.c \ 128 generic/io/table.c \ 128 129 generic/io/visualizer.c \ 129 130 generic/io/window.c \ … … 183 184 test/fibril/timer.c \ 184 185 test/main.c \ 186 test/io/table.c \ 185 187 test/odict.c \ 186 188 test/qsort.c \ -
uspace/lib/c/test/main.c
r4c363fa2 r5e962ad 37 37 PCUT_IMPORT(sprintf); 38 38 PCUT_IMPORT(str); 39 PCUT_IMPORT(table); 39 40 40 41 PCUT_MAIN()
Note:
See TracChangeset
for help on using the changeset viewer.