C Programming question ...
Roger Oberholtzer
roger at opq.se
Mon Jan 12 23:17:07 PST 2009
On Mon, 2009-01-12 at 23:00 +0000, Steve Jardine wrote:
> Kevin is right. No declaration. But, a symbol is created that is used for creating a
> pointer to memory of the appropriate size upon declaration.
More specifically, the compiler has this pointer information while the
program containing this declaration is being compiled. If your program
makes no reference to this typedef (declare a variable based on it),
then there is no storage at all in the compiled program.
--
Roger Oberholtzer
More information about the Linux-users
mailing list