Structure representing a parameter.
#include <parse_param.h>
Data Fields
-
str body
- Parameter body.
-
int len
- Total length of the parameter including = and quotes.
-
str name
- Parameter name.
-
struct param * next
- Next parameter in the list.
-
ptype_t type
- Type of the parameter.
Detailed Description
Definition at line 90 of file parse_param.h.
The documentation for this struct was generated from the following file: