qse/ase/stx/array.h

22 lines
276 B
C

/*
* $Id: array.h,v 1.3 2005-08-18 15:28:18 bacon Exp $
*/
#ifndef _XP_STX_ARRAY_H_
#define _XP_STX_ARRAY_H_
#include <xp/stx/stx.h>
#ifdef __cplusplus
extern "C" {
#endif
xp_word_t xp_stx_new_array (xp_stx_t* stx, xp_word_t size);
#ifdef __cplusplus
}
#endif
#endif