Changeset 391 for Whitix/branches/hybrid/user
- Timestamp:
- 05/01/08 20:09:52 (7 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/hybrid/user/system/testm.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/hybrid/user/system/testm.c
r381 r391 1 1 #include <module.h> 2 3 extern int printf(char*, ...); 2 4 3 5 int TestInit() 4 6 { 7 printf("Test!\n"); 5 8 return 0; 6 9 }
