binana/3.3.5a/include/storm/array/uint8_t.h

10 lines
158 B
C
Raw Normal View History

#ifndef STORM_ARRAY_UINT8_T_H
#define STORM_ARRAY_UINT8_T_H
#include <stdint.h>
#include "storm/array.h"
STORM_TS_GROWABLE_ARRAY(uint8_t);
#endif