| Description: CodeFile /code/usr/include/errno.h#ifndef _ERRNO_H #ifndef __need_Emath #define _ERRNO_H 1 #include <features.h> #endif __BEGIN_DECLS #include <bits/errno.h> #undef __need_Emath #ifdef _ERRNO_H #ifndef errno extern int errno; #endif #ifdef __USE_GNU extern char *program_invocation_name, *program_invocation_short_name; #endif #endif __END_DECLS #endif #if defined __USE_GNU || defined __need_error_t # ifndef __error_t_defined typedef int error_t; # define __error_t_defined 1 # endif # undef __need_error_t #endif | |||||||||||||||
Last modified: Thu, 28 Nov 2024 19:40:24 GMT Copyright © 2014 OpenSS7 Corporation All Rights Reserved. |