l4ka-hazelnut/apps/template/main.c

24 lines
565 B
C

/*********************************************************************
*
* Copyright (C) 2001, Karlsruhe University
*
* File path: template/main.c
* Description: example "hello world" server
*
* @LICENSE@
*
* $Id: main.c,v 1.2 2001/11/30 14:20:06 ud3 Exp $
*
********************************************************************/
#include <l4/l4.h>
#include <l4io.h>
int main(void*)
{
printf("%s: started\n", __FUNCTION__);
while(1973)
/* do nothing */;
}