Newer
Older
#ifndef _BITS_ERRNO_H
#define _BITS_ERRNO_H
#define errno (*__errno_location())
#define program_invocation_name (*__program_invocation_name())
#ifdef __cplusplus
} // extern "C"
#endif
#ifndef _BITS_ERRNO_H
#define _BITS_ERRNO_H
#define errno (*__errno_location())
#define program_invocation_name (*__program_invocation_name())
#ifdef __cplusplus
} // extern "C"
#endif