#ifndef __GUARD__ #define __GUARD__ typedef struct { int apples; int pears; } structure_t; structure_t my_struct; #endif