Changeset 5a6cc679 in mainline for uspace/app/netstart
- Timestamp:
- 2018-01-31T02:21:24Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- Location:
- uspace/app/netstart
- Files:
-
- 2 edited
-
self_test.c (modified) (1 diff)
-
self_test.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/netstart/self_test.c
r132ab5d1 r5a6cc679 92 92 * 93 93 */ 94 int self_test(void)94 errno_t self_test(void) 95 95 { 96 96 printf("Running networking self-tests\n"); -
uspace/app/netstart/self_test.h
r132ab5d1 r5a6cc679 34 34 #define __SELF_TEST_H__ 35 35 36 extern int self_test(void);36 extern errno_t self_test(void); 37 37 38 38 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
