- Timestamp:
- 2006-06-07T19:27:43Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b3d1e11
- Parents:
- f951077
- Location:
- init
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
init/init.c
rf951077 rb2951e2 27 27 */ 28 28 29 /** @addtogroup init Init 30 * @brief Init process for testing purposes. 31 * @{ 32 */ 33 /** 34 * @file 35 */ 36 29 37 #include "version.h" 30 38 #include <stdio.h> … … 50 58 return 0; 51 59 } 60 61 /** @} 62 */ 63 -
init/init.h
rf951077 rb2951e2 27 27 */ 28 28 29 /** @addtogroup init 30 * @{ 31 */ 32 /** 33 * @file 34 */ 35 29 36 #ifndef __INIT_H__ 30 37 #define __INIT_H__ … … 33 40 34 41 #endif 42 43 /** @} 44 */ 45 -
init/version.c
rf951077 rb2951e2 27 27 */ 28 28 29 /** @addtogroup init 30 * @{ 31 */ 32 /** 33 * @file 34 */ 35 29 36 #include <unistd.h> 30 37 #include <stdio.h> … … 37 44 puts("Copyright (C) 2006 HelenOS project"); 38 45 } 46 47 /** @} 48 */ 49 -
init/version.h
rf951077 rb2951e2 27 27 */ 28 28 29 /** @addtogroup init 30 * @{ 31 */ 32 /** 33 * @file 34 */ 35 29 36 #ifndef __VERSION_H__ 30 37 #define __VERSION_H__ … … 33 40 34 41 #endif 42 43 /** @} 44 */ 45
Note:
See TracChangeset
for help on using the changeset viewer.
