module Passwd:Structure of entries in thesig..end
passwd databasetype t = {
|
name : |
|
passwd : |
|
uid : |
|
gid : |
|
gecos : |
|
dir : |
|
shell : |
val getbyname : string -> t optionval getbyname_exn : string -> tval getbyuid : int -> t optionval getbyuid_exn : int -> tval setpwent : unit -> unitval endpwent : unit -> unitval getpwent : unit -> t optionval getpwent_exn : unit -> t