17 lines
192 B
C
17 lines
192 B
C
|
/*
|
||
|
* $Id: interp.h,v 1.1 2005-05-13 16:45:55 bacon Exp $
|
||
|
*/
|
||
|
|
||
|
#ifndef _XP_STX_INTERP_H_
|
||
|
#define _XP_STX_INTERP_H_
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|