Pyrex: Incomplete C types
"Martin v. Löwis"
martin at v.loewis.de
Thu May 1 11:42:22 EDT 2003
Edward C. Jones wrote:
> Where in a C compiler are incomplete types processed? The grammars I am
> using don't seem to deal with it (I hope I am wrong here).
Incomplete types can be used to declare pointers, and parameter types of
function declarations. The C grammar does not show this, as the
distinction between an incomplete and a complete type is invisible on
the grammar level - it is a semantical difference.
I can't answer your pyrex questions, though.
Regards,
Martin
More information about the Python-list
mailing list