qse/ase/stx/interp.h

21 lines
298 B
C
Raw Normal View History

2005-05-13 16:45:55 +00:00
/*
2007-03-22 11:19:28 +00:00
* $Id: interp.h,v 1.7 2007-03-22 11:19:28 bacon Exp $
2005-05-13 16:45:55 +00:00
*/
2007-03-22 11:19:28 +00:00
#ifndef _ASE_STX_INTERP_H_
#define _ASE_STX_INTERP_H_
2005-05-13 16:45:55 +00:00
2007-03-22 11:19:28 +00:00
#include <ase/stx/stx.h>
2005-07-07 07:45:05 +00:00
2005-05-13 16:45:55 +00:00
#ifdef __cplusplus
extern "C" {
#endif
2007-03-22 11:19:28 +00:00
int ase_stx_interp (ase_stx_t* stx, ase_word_t receiver, ase_word_t method);
2005-09-11 15:15:35 +00:00
2005-05-13 16:45:55 +00:00
#ifdef __cplusplus
}
#endif
#endif