mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
10 lines
158 B
C
10 lines
158 B
C
|
|
#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
|