02-08-2011, 12:11 PM
Does this rule apply also to function pointers?
If I want to declare a function pointer which can be used for pointers to functions with different arguments, something like the following is useful:
uint8_t (* gen_u8p)();
Is this intended to be prohibited by the rule?
If I want to declare a function pointer which can be used for pointers to functions with different arguments, something like the following is useful:
uint8_t (* gen_u8p)();
Is this intended to be prohibited by the rule?
<t></t>