print struct automaticly in c - Unix
This is a discussion on print struct automaticly in c - Unix ; is there tool for print the definition of struct in c source file???...
-
print struct automaticly in c
is there tool for print the definition of struct in c source file???
-
Re: print struct automaticly in c
Xend wrote:
> is there tool for print the definition of struct in c source file???
If you have the c file with the struct definition why do you want this
tool, if you don't have the definition how is the tool supposed to
guess it?
Try to explain your problem a bit better and you will get better
answers.
-
Re: print struct automaticly in c
Xend writes:
>is there tool for print the definition of struct in c source file???
pahole
-
Re: print struct automaticly in c
On 10月15日, 下午12时07分, danmat...@gmail.com wrote:
> Xend wrote:
> > is there tool for print the definition of struct in c source file???
>
> If you have the c file with the struct definition why do you want this
> tool, if you don't have the definition how is the tool supposed to
> guess it?
>
> Try to explain your problem a bit better and you will get better
> answers.
thanks, the GNU global can do it.