Changes in uspace/lib/posix/test/main.c [3f932a7e:4e6a610] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/test/main.c
r3f932a7e r4e6a610 1 1 /* 2 * Copyright (c) 201 4 Vojtech Horky2 * Copyright (c) 2018 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 31 31 PCUT_INIT; 32 32 33 PCUT_IMPORT(scanf); 33 PCUT_IMPORT(stdio); 34 PCUT_IMPORT(stdlib); 35 PCUT_IMPORT(unistd); 34 36 35 37 PCUT_MAIN();
Note:
See TracChangeset
for help on using the changeset viewer.