next up previous contents index
Next: function_list init_function_list Up: Function Previous: function_is_builtin

function_type

   char * function_type(function)

Returns a new allocated string containing the function type. For instancefunction_type(function_type) returns the following string: "char*(*)(void*)".

Attention Be careful, the string is allocated each time the function is called, use free() to release it.



Lionel Fournigault
Mon Dec 15 10:53:26 MET 1997