I know that there is the function varinfo(). But how can I get only a list of:
- global variables
- global constants
- global structs
- global enums
- global functions
and not a mix of everything?
I know that there is the function varinfo(). But how can I get only a list of:
and not a mix of everything?