Karg  v0.2.0
The kernel of CargOS
errno.c File Reference
#include <errno.h>

Macros

#define CASE(errno)
 

Functions

const char * errno_name (i32 errno)
 

Macro Definition Documentation

◆ CASE

#define CASE (   errno)
Value:
case errno: \
return #errno

Function Documentation

◆ errno_name()

const char* errno_name ( i32  errno)