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

utmp

Declaration

Source position: butmph.inc line 22

type utmp = record

  ut_type: SmallInt;

  ut_pid: pid_t;

  ut_line: array [0..(UT_LINESIZE)-1] of char;

  ut_id: array [0..3] of char;

  ut_user: array [0..(UT_NAMESIZE)-1] of char;

  ut_host: array [0..(UT_HOSTSIZE)-1] of char;

  ut_exit: exit_status;

  ut_session: LongInt;

  ut_tv: timeval;

  ut_addr_v6: array [0..3] of int32_t;

  __unused: array [0..19] of char;

end;


Documentation generated on: 2023-03-18