/* * $Id: array.h,v 1.1 2005-08-15 16:03:57 bacon Exp $ */ #ifndef _XP_STX_ARRAY_H_ #define _XP_STX_ARRAY_H_ #include #ifdef __cplusplus extern "C" { #endif xp_word_t xp_stx_new_array (xp_stx_t* stx, xp_word_t size); #ifdef __cplusplus } #endif #endif