1#pragma clang system_header2 3// Declare 'errno' as an extern variable in a system header.4// This may be not allowed in C99.5extern int errno;6