2005-05-13 16:45:55 +00:00
|
|
|
/*
|
2005-07-07 07:45:05 +00:00
|
|
|
* $Id: interp.h,v 1.2 2005-07-07 07:45:05 bacon Exp $
|
2005-05-13 16:45:55 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _XP_STX_INTERP_H_
|
|
|
|
#define _XP_STX_INTERP_H_
|
|
|
|
|
2005-07-07 07:45:05 +00:00
|
|
|
#include <xp/stx/stx.h>
|
|
|
|
|
2005-05-13 16:45:55 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|