unit
freebsd_netlib


unit freebsd_netlib = {
imports[
locale : FreeBSDLocale_T
atexit : AtExit_T
error : Error_T
stdout : Stdout_T
files : PosixFiles_T
cfiles : FreeBSDFiles_T
fds : PosixFD_T
time : PosixTime_T
process : PosixProcess_T
string : FreeBSDString_T
mathstr : MathString_T
getenv : GetEnv_T
malloc : Malloc_T
sprintf : Sprintf_T
issetugid : { issetugid }
freebsdtime : FreeBSDTime_T
sockets : PosixSocket_T
gethostname : { gethostname }
panic : Panic_T
];
exports[
out : FreeBSDNetlib_T
];
...
}


Rendered using Haskell HTML Combinators