⚲
Project
General
Profile
Sign in
Register
Home
Projects
Donate
Help
Search
:
Lighttpd
All Projects
Lighttpd
Overview
Activity
Roadmap
Issues
News
Wiki
Forums
Repository
Blog
Developer Blog
Download (94 Bytes)
Bug #2542
ยป foo.c
Simple test program -
anomie
, 2013-12-26 16:16
#include
<unistd.h>
int
main
(
void
)
{
close
(
STDOUT_FILENO
);
sleep
(
1
);
return
0
;
}
(1-1/1)
Loading...