exprlib.h 136 B

12345678910
  1. #ifndef _EXPRLIB_H_
  2. #define _EXPRLIB_H_
  3. #define IMPORTING
  4. #include "expr.h"
  5. #undef IMPORTING
  6. #endif // _EXPRLIB_H_