Help for this page
void do_something(int n) { struct acme gizmo[n]; int i; for (i=0; i<n; i++) { /* do stuff */ } }