Changeset cc6f688 in mainline for init/init.c


Ignore:
Timestamp:
2005-11-22T17:07:38Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a6d6656
Parents:
25b0e6a
Message:

uspace work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • init/init.c

    r25b0e6a rcc6f688  
    2828
    2929#include <unistd.h>
     30#include <stdio.h>
    3031
    3132int main(int argc, char *argv[])
    3233{
     34        puts("Hello world\n");
    3335        return 0;
    3436}
Note: See TracChangeset for help on using the changeset viewer.