Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

utsname

Declaration

Source position: sutsnameh.inc line 7

type utsname = record

  sysname: array [0..(_UTSNAME_LENGTH)-1] of char;

  nodename: array [0..(_UTSNAME_NODENAME_LENGTH)-1] of char;

  release: array [0..(_UTSNAME_LENGTH)-1] of char;

  version: array [0..(_UTSNAME_LENGTH)-1] of char;

  machine: array [0..(_UTSNAME_LENGTH)-1] of char;

  domainname: array [0..(_UTSNAME_DOMAIN_LENGTH)-1] of char;

  __domainname: array [0..(_UTSNAME_DOMAIN_LENGTH)-1] of char;

end;


Documentation generated on: 2023-03-18