[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: mselibc.pas line 1975
type passwd = record |
pw_name: pcchar; |
pw_passwd: pcchar; |
pw_uid: uid_t; |
pw_gid: gid_t; |
pw_change: time_t; |
pw_class: pcchar; |
pw_gecos: pcchar; |
pw_dir: pcchar; |
pw_shell: pcchar; |
pw_expire: time_t; |
pw_fields: cint; |
end; |