L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
hello/server/src/main.c
This is the famous "Hello World!" program.
This is the famous "Hello World!" program.
/*
* (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>,
* Frank Mehnert <fm3@os.inf.tu-dresden.de>,
* Lukas Grützmacher <lg2@os.inf.tu-dresden.de>
* economic rights: Technische Universität Dresden (Germany)
*
* License: see LICENSE.spdx (in this directory or the directories above)
*/
#include <stdio.h>
#include <unistd.h>
int
main(
void
)
{
for
(;;)
{
puts(
"Hello World!"
);
sleep(1);
}
}
Generated on
for L4Re Operating System Framework by
1.15.0