Richard Smith | a21c8e1 | 2017-06-26 19:39:25 +0000 | [diff] [blame] | 1 | #include "other.h" |
2 | |||||
3 | #ifndef FILE_H | ||||
4 | #define FILE_H | ||||
Richard Smith | 4eca9b9 | 2015-02-04 23:37:59 +0000 | [diff] [blame] | 5 | struct __FILE; |
6 | #include "fwd.h" | ||||
7 | typedef struct __FILE FILE; | ||||
Richard Smith | a21c8e1 | 2017-06-26 19:39:25 +0000 | [diff] [blame] | 8 | typedef foo bar; |
9 | #endif |