binana/profile/3.3.5a-windows-386/include/storm/array/uint16_t.h

10 lines
158 B
C
Raw Permalink Normal View History

#ifndef STORM_ARRAY_UINT16_T_H
#define STORM_ARRAY_UINT16_T_H
#include "system/types.h"
#include "storm/array.h"
STORM_TS_GROWABLE_ARRAY(uint16_t);
#endif