Changeset 99d3123 in mainline for uspace/lib/c
- Timestamp:
- 2018-07-12T15:18:55Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9912f49
- Parents:
- 2eadda9
- Location:
- uspace/lib/c
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
r2eadda9 r99d3123 79 79 generic/mem.c \ 80 80 generic/str.c \ 81 generic/string.c \ 81 82 generic/str_error.c \ 82 83 generic/strtol.c \ … … 203 204 test/stdio.c \ 204 205 test/stdlib.c \ 205 test/str.c 206 test/str.c \ 207 test/string.c 206 208 207 209 include $(USPACE_PREFIX)/Makefile.common -
uspace/lib/c/test/main.c
r2eadda9 r99d3123 42 42 PCUT_IMPORT(stdlib); 43 43 PCUT_IMPORT(str); 44 PCUT_IMPORT(string); 44 45 PCUT_IMPORT(table); 45 46
Note:
See TracChangeset
for help on using the changeset viewer.