T
Tagore
I am trying to understand a source code for a project. It uses a
structure without any body
( variables) defined in it i.e in following form
struct ABC;
then it casts this structure to some pointer variable....
Can some body help me in understanding how this type of structure can
be used for any purpose..
If more infomation needed, I would post part of code where it is
used...
structure without any body
( variables) defined in it i.e in following form
struct ABC;
then it casts this structure to some pointer variable....
Can some body help me in understanding how this type of structure can
be used for any purpose..
If more infomation needed, I would post part of code where it is
used...