8 #define _UTSNAME_LENGTH 65
11 char sysname[_UTSNAME_LENGTH];
12 char nodename[_UTSNAME_LENGTH];
13 char release[_UTSNAME_LENGTH];
14 char version[_UTSNAME_LENGTH];
15 char machine[_UTSNAME_LENGTH];
16 char domainname[_UTSNAME_LENGTH];
int uname(struct utsname *buf)
Return the name and the version of the system.
Definition: utsname.c:6