RosettaCodeData/Task/Arena-storage-pool/C/arena-storage-pool-3.c
2013-04-10 14:58:50 -07:00

3 lines
94 B
C

typedef struct mytypeStruct { .... } sMyType, *MyType;
MyType var = malloc(sizeof(sMyType));