Changeset 1d465bf in mainline for uspace/lib/test/libtest.c
- Timestamp:
- 2011-04-03T15:34:24Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a3d4ca
- Parents:
- ec3e2ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/test/libtest.c
rec3e2ed r1d465bf 35 35 */ 36 36 37 //#include <stdio.h>37 #include <stdio.h> 38 38 #include "libtest.h" 39 39 … … 56 56 int test_fun2(void) 57 57 { 58 return number; 58 return 42; 59 // return number; 59 60 } 60 61 … … 65 66 // return 42; 66 67 // while(1); 67 return test_fun2(); 68 // return test_fun2(); 69 printf("Hello from libtest/test_func()!\n"); 70 return 42; 68 71 } 69 72
Note:
See TracChangeset
for help on using the changeset viewer.