Changeset 696b405 in mainline for uspace/lib/c
- Timestamp:
- 2025-04-13T12:54:10Z (3 months ago)
- Branches:
- master
- Children:
- 9daee3de
- Parents:
- 7d1497c
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-13 10:13:16)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-13 12:54:10)
- Location:
- uspace/lib/c
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/meson.build
r7d1497c r696b405 71 71 'common/stdc/qsort.c', 72 72 'common/stdc/calloc.c', 73 'common/stdc/uchar.c', 74 'common/stdc/wchar.c', 73 75 'common/gsort.c', 74 76 'common/str.c', … … 196 198 'test/string.c', 197 199 'test/strtol.c', 200 'test/uchar.c', 198 201 'test/uuid.c', 199 202 ) -
uspace/lib/c/test/main.c
r7d1497c r696b405 57 57 PCUT_IMPORT(strtol); 58 58 PCUT_IMPORT(table); 59 PCUT_IMPORT(uchar); 59 60 PCUT_IMPORT(uuid); 60 61
Note:
See TracChangeset
for help on using the changeset viewer.