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
/
trysysinfo.c
blob: 58148fd65c3a648fc4c95c3984b69f8b09ebe922 (
plain
)
1
2
3
4
5
#include <sys/sysinfo.h> int main() { struct sysinfo info; return sysinfo(&info); }