00001 #ifndef INCLUDI_STRUTTURE 00002 typedef struct col 00003 { int red; 00004 int green; 00005 int blue; 00006 }color; 00007 00008 #define INCLUDI_STRUTTURE 1 00009 00010 #else 00011 #endif