Ruby  1.9.3p551(2014-11-13revision48407)
Functions | Variables
strerror.c File Reference
#include "ruby/missing.h"

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

char* strerror ( int  error)

Variable Documentation

char msg[50]
static

Definition at line 8 of file strerror.c.

char* sys_errlist[]

Referenced by strerror().

int sys_nerr

Referenced by rb_w32_strerror().