qse/ase/stx/array.h
2007-04-28 21:31:31 +00:00

22 lines
283 B
C

/*
* $Id: array.h,v 1.1 2007/03/28 14:05:25 bacon Exp $
*/
#ifndef _ASE_STX_ARRAY_H_
#define _ASE_STX_ARRAY_H_
#include <ase/stx/stx.h>
#ifdef __cplusplus
extern "C" {
#endif
ase_word_t ase_stx_new_array (ase_stx_t* stx, ase_word_t size);
#ifdef __cplusplus
}
#endif
#endif