C.h 114 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 #ifndef __C_h__ #define __C_h__ int c = 1; struct aaa { int b; }; typedef struct fd_set { char c; }; #endif