Ruby  2.4.2p198(2017-09-14revision59899)
Functions | Variables
strerror.c File Reference
#include "ruby/missing.h"
Include dependency graph for strerror.c:

Go to the source code of this file.

Functions

char * strerror (int error)
 

Variables

int sys_nerr
 
char * sys_errlist []
 
static char msg [50]
 

Function Documentation

◆ strerror()

char* strerror ( int  error)

Variable Documentation

◆ msg

char msg[50]
static

◆ sys_errlist

char* sys_errlist[]

Referenced by strerror().

◆ sys_nerr

int sys_nerr

Referenced by rb_w32_strerror().