2005-05-22 15:38:31 +00:00
|
|
|
/*
|
2005-07-11 13:41:59 +00:00
|
|
|
* $Id: bootstrp.h,v 1.6 2005-07-11 13:41:59 bacon Exp $
|
2005-05-22 15:38:31 +00:00
|
|
|
*/
|
|
|
|
|
2005-05-23 12:06:53 +00:00
|
|
|
#ifndef _XP_STX_BOOTSTRP_H_
|
|
|
|
#define _XP_STX_BOOTSTRP_H_
|
2005-05-22 15:38:31 +00:00
|
|
|
|
|
|
|
#include <xp/stx/stx.h>
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2005-06-08 16:00:51 +00:00
|
|
|
xp_word_t xp_stx_new_array (xp_stx_t* stx, xp_word_t size);
|
2005-05-22 15:38:31 +00:00
|
|
|
int xp_stx_bootstrap (xp_stx_t* stx);
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|