qse/qse/lib/stx/interp.h

21 lines
296 B
C
Raw Normal View History

/*
2008-03-04 05:21:33 +00:00
* $Id: interp.h 118 2008-03-03 11:21:33Z baconevi $
*/
2008-12-21 21:35:07 +00:00
#ifndef _QSE_STX_INTERP_H_
#define _QSE_STX_INTERP_H_
2008-12-21 21:35:07 +00:00
#include <qse/stx/stx.h>
#ifdef __cplusplus
extern "C" {
#endif
2008-12-21 21:35:07 +00:00
int qse_stx_interp (qse_stx_t* stx, qse_word_t receiver, qse_word_t method);
#ifdef __cplusplus
}
#endif
#endif