Errno {.pure.} = enum EDOM = 1, ERANGE
EDOM {.importc, header: "<errno.h>".}: cint
ERANGE {.importc, header: "<errno.h>".}: cint
template getErrno(): cint
template isErr(E: untyped): bool
template isErr0(): bool
template prepareROErrno() {.dirty.}
template prepareRWErrno() {.dirty.}
template setErrno(v: untyped)
template setErrno0()