1#pragma clang system_header2 3// Define 'errno' as a macro that calls a function.4int *__errno_location();5#define errno (*__errno_location())6