Changeset 860271d4 in mainline for uspace/app/init/version.c
- Timestamp:
- 2008-06-03T15:12:08Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 78d0da8
- Parents:
- 6a7f6b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/version.c
r6a7f6b8 r860271d4 36 36 #include <unistd.h> 37 37 #include <stdio.h> 38 #include "init.h" 38 39 #include "version.h" 39 40 … … 52 53 #endif 53 54 55 void info_print(void) 56 { 57 printf(NAME ": HelenOS init\n"); 58 } 59 54 60 /** Print version information. */ 55 61 void version_print(void)
Note:
See TracChangeset
for help on using the changeset viewer.