|
Lugaru's Epsilon Programmer's Editor
Context:
|
Epsilon User's Manual and Reference > Primitives and EEL Subroutines > Defining Language Modes > Language-specific Subroutinesint find_c_func_info(char *type, char *class,The find_c_func_info( ) subroutine gets info on the function or class defined at point in the current C-mode buffer, by parsing the buffer. It sets class to the class name of the current item, if any, and func
to the function name if any. It sets type to "class", "struct",
or "union" if it can determine which is appropriate. Outside a function
or class definition, the above will be set to "". You may pass NULL for
any of the above parameters if you don't need that information.
If
|