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

passwd

Declaration

Source position: pwdh.inc line 4

type passwd = record

  pw_name: Pchar;

  pw_passwd: Pchar;

  pw_uid: __uid_t;

  pw_gid: __gid_t;

  pw_gecos: Pchar;

  pw_dir: Pchar;

  pw_shell: Pchar;

end;


Documentation generated on: 2023-03-18