qse/ase/stx/interp.h

21 lines
291 B
C
Raw Normal View History

2005-05-13 16:45:55 +00:00
/*
2005-09-13 11:15:41 +00:00
* $Id: interp.h,v 1.6 2005-09-13 11:15:41 bacon Exp $
2005-05-13 16:45:55 +00:00
*/
#ifndef _XP_STX_INTERP_H_
#define _XP_STX_INTERP_H_
2005-08-18 15:28:18 +00:00
#include <xp/stx/stx.h>
2005-07-07 07:45:05 +00:00
2005-05-13 16:45:55 +00:00
#ifdef __cplusplus
extern "C" {
#endif
2005-09-13 11:15:41 +00:00
int xp_stx_interp (xp_stx_t* stx, xp_word_t receiver, xp_word_t method);
2005-09-11 15:15:35 +00:00
2005-05-13 16:45:55 +00:00
#ifdef __cplusplus
}
#endif
#endif