Sha256: a461912e4058202de8ec414cbd67e04a84965bbff9aff61523bd3baf090b217d
Contents?: true
Size: 369 Bytes
Versions: 5
Compression:
Stored size: 369 Bytes
Contents
#ifndef _ERRNO_H #define _ERRNO_H #ifdef __cplusplus extern "C" { #endif #include <features.h> #include <bits/errno.h> #ifdef __GNUC__ __attribute__((const)) #endif int *__errno_location(void); #define errno (*__errno_location()) #ifdef _GNU_SOURCE extern char *program_invocation_short_name, *program_invocation_name; #endif #ifdef __cplusplus } #endif #endif
Version data entries
5 entries across 5 versions & 1 rubygems