Changeset cc6f688 in mainline for init/init.c
- Timestamp:
- 2005-11-22T17:07:38Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a6d6656
- Parents:
- 25b0e6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
init/init.c
r25b0e6a rcc6f688 28 28 29 29 #include <unistd.h> 30 #include <stdio.h> 30 31 31 32 int main(int argc, char *argv[]) 32 33 { 34 puts("Hello world\n"); 33 35 return 0; 34 36 }
Note:
See TracChangeset
for help on using the changeset viewer.