mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-04-27 03:03:52 +00:00
11 lines
191 B
C
11 lines
191 B
C
#ifndef STORM_ARRAY_UINT32_T_H
|
|
#define STORM_ARRAY_UINT32_T_H
|
|
|
|
#include "system/types.h"
|
|
|
|
#include "storm/array.h"
|
|
|
|
STORM_TS_GROWABLE_ARRAY(uint32_t);
|
|
STORM_TS_FIXED_ARRAY(uint32_t);
|
|
|
|
#endif
|