1*0a6a1f1dSLionel Sambuc #ifndef E_H 2*0a6a1f1dSLionel Sambuc #define E_H 3*0a6a1f1dSLionel Sambuc #include "c.h" 4*0a6a1f1dSLionel Sambuc template struct S<char>; 5*0a6a1f1dSLionel Sambuc template struct T<char>; 6*0a6a1f1dSLionel Sambuc #endif 7