bundletype
PosixTimer_T


bundletype PosixTimer_T = { include "${OSKITDIR}/oskit/c/sys/time.h"
getitimer
setitimer }

C types:

int getitimer(int which,struct itimerval *value);
int setitimer(int which,struct itimerval *value,struct itimerval *ovalue);

Extended by:

Exported by:
posix_timer

Imported by:
examples_socket_bsd


Rendered using Haskell HTML Combinators