Method __has_embed()


Method __has_embed

bool __has_embed(mixed identifiers)

Description

This macro checks whether the set of identifiers is a valid argument to #embed or not.

Returns

__has_embed returns 1 if the set of identifiers given as argument is valid as an argument to #embed and 0 otherwise. Note that the set of identifiers may contain preprocessor parameters.

Note

Not available prior to Pike 9.0.

See also

#if, #ifdef, constant(), defined(), #embed, __has_include()