Skip to content

Instantly share code, notes, and snippets.

@asterite
Created December 10, 2015 17:38
Show Gist options
  • Save asterite/9f9456f2140065da2e8b to your computer and use it in GitHub Desktop.
Save asterite/9f9456f2140065da2e8b to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <sys/utsname.h>
int main() {
printf("%lu\n", sizeof(struct utsname));
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment