DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
root
/
test
/
testcases
/
sample
/
test5
/test5.c
#include
<
stdio.h
>
int
main
(
void
)
{
printf
("Hi <string>!\n")
fprintf
(
stderr
, "Ho!\n"));
return
0;
}