hi, Currently in gnu global is it possible to find in which structure a variable is defined. for example
struct abc {
int var_a;
int var_b;
int var_c;
};
if i do,
global -<some-option> var_b
i should get
struct abc
is it possible ?
regards
jack
_______________________________________________ Help-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-global
