You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can declare an opaque struct type, but for something like C's FILE *, we need to be able to pull in the type FILE without any qualifiers like struct.
Pat proposes, and this sounds good to me, that we add another Area kind or something for opaque typedefs. The declaration should indicate which header file the type comes from.
The text was updated successfully, but these errors were encountered:
We can declare an opaque struct type, but for something like C's
FILE *
, we need to be able to pull in the typeFILE
without any qualifiers likestruct
.Pat proposes, and this sounds good to me, that we add another
Area
kind or something for opaque typedefs. The declaration should indicate which header file the type comes from.The text was updated successfully, but these errors were encountered: