#define N 10 typedef struct _acme { int data; } acme; acme *gizmo; gizmo* = (acme*)malloc(sizeof(acme) * N);