6 lines
146 B
C
6 lines
146 B
C
typedef struct _StructType StructType;
|
|
typedef struct _AnotherStructType AnotherStructType;
|
|
|
|
void foo(StructType*);
|
|
void bar(AnotherStructType*);
|