[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: variable labels
From: |
Ben Pfaff |
Subject: |
Re: variable labels |
Date: |
Sat, 11 Jun 2005 20:22:22 -0700 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) |
Jason Stover <address@hidden> writes:
> What's the procedure for putting a variable's label or name
> in a table? I've got a struct variable * v, and I would like to
> call a function that might have this descriptive name:
>
> give_me_the_label_of_variable(v);
>
> Does such a function exist?
It's called var_to_string(). Prototyped in var.h.
--
"Term, holidays, term, holidays, till we leave school,
and then work, work, work till we die."
C. S. Lewis
- variable labels, Jason Stover, 2005/06/11
- Re: variable labels,
Ben Pfaff <=