Ruby  2.5.0dev(2017-10-22revision60238)
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 []
 

Function Documentation

◆ strerror()

char* strerror ( int  error)

Definition at line 11 of file strerror.c.

References snprintf, and sys_errlist.

Referenced by rb_maygvl_fd_fix_cloexec(), and rsock_detect_cloexec().

Variable Documentation

◆ sys_errlist

char* sys_errlist[]

Referenced by strerror().

◆ sys_nerr

int sys_nerr

Referenced by rb_w32_strerror().