5 lines
86 B
C
5 lines
86 B
C
typedef struct _StructType StructType;
|
|
|
|
void foo(StructType*);
|
|
void bar(StructType*);
|