Include/cpython/pyerrors_fatal

Search:
Group by:
Source   Edit  

Procs

proc fatal_error(header: static bool; prefix: cstring; msg: string; status: int) {.
    noReturn, ...raises: [].}
XXX: CPython's arg0 is an fileno int, but all usages are using fileno(stderr) Source   Edit