Changeset 350514c in mainline for init/init.c


Ignore:
Timestamp:
2006-01-15T17:37:14Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
12c6f2d
Parents:
ecfd7e5
Message:

some fancy stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • init/init.c

    recfd7e5 r350514c  
    2727 */
    2828
    29 #include <unistd.h>
    30 #include <stdio.h>
     29#include "version.h"
    3130
    3231int main(int argc, char *argv[])
    3332{
    34         puts("Hello world\n");
    35         while (1) ;
     33        version_print();
    3634        return 0;
    3735}
Note: See TracChangeset for help on using the changeset viewer.