Changeset b7fd2a0 in mainline for uspace/app/netstart
- Timestamp:
- 2018-01-13T03:10:29Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- 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
r36f0738 rb7fd2a0 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
r36f0738 rb7fd2a0 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.
