1 2 3 4 5 6
/* Public properties specific to the array implementation */ typedef struct { uint8_t c[8]; uint8_t e[12]; } cube_t;
Generated with cgit - Back to sebastiano.tronto.net