1.8.22. ex_IsBFun()

[<<<] [>>>]

This function checks if the current lexeme is a built-in function and returns pointer to the function in the table BuiltInFunctions or returns NULL if the symbol is not a built-in function.

pBFun ex_IsBFun(peXobject pEx
);

[<<<] [>>>]