-
Andre Maroneze authoredAndre Maroneze authored
sys_utsname_h.c 143 B
#include <time.h>
#include <sys/utsname.h>
int main() {
struct utsname n;
int r = uname(&n);
//@ assert \initialized(&n);
return 0;
}
#include <time.h>
#include <sys/utsname.h>
int main() {
struct utsname n;
int r = uname(&n);
//@ assert \initialized(&n);
return 0;
}