3 lines
94 B
C
3 lines
94 B
C
typedef struct mytypeStruct { .... } sMyType, *MyType;
|
|
|
|
MyType var = malloc(sizeof(sMyType));
|