1#ifndef __C_h__2#define __C_h__3int c = 1;4 5struct aaa {6 int b;7};8 9typedef struct fd_set {10 char c;11};12#endif13