qse/ase/stx/array.h

22 lines
276 B
C
Raw Normal View History

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