2005-08-15 16:03:57 +00:00
|
|
|
/*
|
2007-03-22 11:19:28 +00:00
|
|
|
* $Id: array.h,v 1.4 2007-03-22 11:19:28 bacon Exp $
|
2005-08-15 16:03:57 +00:00
|
|
|
*/
|
|
|
|
|
2007-03-22 11:19:28 +00:00
|
|
|
#ifndef _ASE_STX_ARRAY_H_
|
|
|
|
#define _ASE_STX_ARRAY_H_
|
2005-08-15 16:03:57 +00:00
|
|
|
|
2007-03-22 11:19:28 +00:00
|
|
|
#include <ase/stx/stx.h>
|
2005-08-15 16:03:57 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2007-03-22 11:19:28 +00:00
|
|
|
ase_word_t ase_stx_new_array (ase_stx_t* stx, ase_word_t size);
|
2005-08-15 16:03:57 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|