19 lines
217 B
C
19 lines
217 B
C
/*
|
|
* $Id: interp.h,v 1.4 2005-08-18 15:28:18 bacon Exp $
|
|
*/
|
|
|
|
#ifndef _XP_STX_INTERP_H_
|
|
#define _XP_STX_INTERP_H_
|
|
|
|
#include <xp/stx/stx.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|