RosettaCodeData/Task/Arena-storage-pool/C/arena-storage-pool-3.c
2023-07-01 13:44:08 -04:00

3 lines
94 B
C

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