Method __has_include()
- Method
__has_include
 bool__has_include(mixedidentifiers)- Description
 This macro checks whether the set of
identifiersis a valid argument to #include or not.- Returns
 __has_include returns
1if the symbol given as argument is valid as an argument to #include and0otherwise.- Note
 Not available prior to Pike 9.0.
- See also
 #if, #ifdef, constant(), defined(), #include, #string, __has_embed()