init_c99.c | 199 struct point points[] = { variable in typeref:struct:point[] 202 * At this point, the size of the object 'points' is not known 207 * of 'points' was set too early, resulting in a negative 210 sizeof(int[-(int)sizeof(points)]), 217 struct point points[3]; member in struct:triangle 221 struct point points[5]; member in struct:pentagon 227 struct point points[3][5][2]; member in struct:geometry 235 .pentagons[0].points[4].x = 1, 236 .points[0][0][0] = { 0, 0 }, 237 .points[2][4][1] = {301, 302 } [all...] |