action_t* is the return type
rule_t is the name of the function pointer
The following is the parameter table
In fact, we shouldn’t say that. We should say that rule_t is a function pointer, and the signature of the function it points to is similar to the following:
rule_t is the name of typedef, which represents
Obviously not what you said!
action_t* is the return type
rule_t is the name of the function pointer
The following is the parameter table
In fact, we shouldn’t say that. We should say that rule_t is a function pointer, and the signature of the function it points to is similar to the following: