binana/profile/3.3.5a-windows-386/include/storm/array/pointer_to_char.h

13 lines
212 B
C
Raw Normal View History

2026-04-29 03:07:52 -04:00
#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