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

_acct

Declaration

Source position: saccth.inc line 11

type _acct = record

  ac_flag: char;

  ac_uid: u_int16_t;

  ac_gid: u_int16_t;

  ac_tty: u_int16_t;

  ac_btime: u_int32_t;

  ac_utime: comp_t;

  ac_stime: comp_t;

  ac_etime: comp_t;

  ac_mem: comp_t;

  ac_io: comp_t;

  ac_rw: comp_t;

  ac_minflt: comp_t;

  ac_majflt: comp_t;

  ac_swaps: comp_t;

  ac_exitcode: u_int32_t;

  ac_comm: array [0..(ACCT_COMM+1)-1] of char;

  ac_pad: array [0..9] of char;

end;


Documentation generated on: 2023-03-18