10 lines
127 B
C
Executable File
10 lines
127 B
C
Executable File
#ifndef _EXPRLIB_H_
|
|
|
|
#define _EXPRLIB_H_
|
|
|
|
#define IMPORTING
|
|
#include "expr.h"
|
|
#undef IMPORTING
|
|
|
|
#endif // _EXPRLIB_H_
|