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