mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-05-03 13:03:54 +00:00
12 lines
212 B
C
12 lines
212 B
C
#ifndef STORM_ARRAY_POINTER_TO_CHAR_H
|
|
#define STORM_ARRAY_POINTER_TO_CHAR_H
|
|
|
|
#include "system/types.h"
|
|
|
|
#include "storm/array.h"
|
|
|
|
typedef char* pointer_to_char;
|
|
|
|
STORM_TS_GROWABLE_ARRAY(pointer_to_char);
|
|
|
|
#endif
|