NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
SysExits Struct Reference

Lookup table of error messages. More...

Data Fields

int err_num
 Error number, see errno(3)
 
const char * err_str
 Human-readable string for error.
 

Detailed Description

Lookup table of error messages.

Definition at line 108 of file string.c.

Field Documentation

◆ err_num

int SysExits::err_num

Error number, see errno(3)

Definition at line 110 of file string.c.

◆ err_str

const char* SysExits::err_str

Human-readable string for error.

Definition at line 111 of file string.c.


The documentation for this struct was generated from the following file: