Tcl_ErrnoId (3) Linux Manual Page
Tcl_SetErrno, Tcl_GetErrno, Tcl_ErrnoId, Tcl_ErrnoMsg – manipulate errno to store and retrieve error codes Synopsis #include <tcl.h> void Tcl_SetErrno(errorCode) int Tcl_GetErrno() const char * Tcl_ErrnoId() const char * Tcl_ErrnoMsg(errorCode) Arguments int errorCode (in) A POSIX error code such as ENOENT. Description Tcl_SetErrno and Tcl_GetErrno provide portable access to the errno variable, which is used to record…
