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

10 lines
160 B
C
Raw Normal View History

2024-07-07 03:00:06 -04:00
#ifndef STORM_ARRAY_UINT32_T_H
#define STORM_ARRAY_UINT32_T_H
#include <stdint.h>
#include "storm/array.h"
STORM_TS_GROWABLE_ARRAY(uint32_t)
#endif