| 1 | #ifndef __C_h__ |
|---|---|
| 2 | #define __C_h__ |
| 3 | int c = 1; |
| 4 | |
| 5 | struct aaa { |
| 6 | int b; |
| 7 | }; |
| 8 | |
| 9 | typedef struct fd_set { |
| 10 | char c; |
| 11 | }; |
| 12 | #endif |
| 13 |
| 1 | #ifndef __C_h__ |
|---|---|
| 2 | #define __C_h__ |
| 3 | int c = 1; |
| 4 | |
| 5 | struct aaa { |
| 6 | int b; |
| 7 | }; |
| 8 | |
| 9 | typedef struct fd_set { |
| 10 | char c; |
| 11 | }; |
| 12 | #endif |
| 13 |