JX Application Framework
Loading...
Searching...
No Matches
Functions
jErrno.h File Reference
#include <errno.h>
#include "jTypes.h"
Include dependency graph for jErrno.h:
This graph shows which files directly or indirectly include this file:

Functions

int jerrno ()
 
void jset_errno (const int err)
 
void jclear_errno ()
 
bool jerrno_is_clear ()
 

Function Documentation

◆ jclear_errno()

void jclear_errno ( )
inline

◆ jerrno()

int jerrno ( )
inline

Augments errno.h to hide the fact that multi-threaded applications must call a function to obtain the correct value of errno.

◆ jerrno_is_clear()

bool jerrno_is_clear ( )
inline

◆ jset_errno()

void jset_errno ( const int  err)
inline