index
:
gitlab.com/notklaatu/ninit.git
master
ninit - a UNIX process no 1
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
riemann.fmi.uni-sofia.bg
/
ngetty
/
ngetty-1.1
/
tryvhangup.c
blob: 197677d529a8d5956a6486361a2038278d0a0012 (
plain
)
1
2
3
4
5
#include <unistd.h> int main() { vhangup(); _exit(0); }