B bv_arvind Jan 9, 2012 #1 Hi, I see c_func types in code. Could not land on their definition during the search. Can anyone help if you have an idea? Thanks.
Hi, I see c_func types in code. Could not land on their definition during the search. Can anyone help if you have an idea? Thanks.
F fonz Jan 9, 2012 #2 bv_arvind said: I see c_func types in code. Could not land on their definition during the search. Click to expand... Can you quote an example? The only instance I could find is Code: void (*c_func)(void *); in which case c_func is merely an identifier: the name of a pointer to a void function. Fonz
bv_arvind said: I see c_func types in code. Could not land on their definition during the search. Click to expand... Can you quote an example? The only instance I could find is Code: void (*c_func)(void *); in which case c_func is merely an identifier: the name of a pointer to a void function. Fonz