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

12 lines
211 B
C
Raw Normal View History

#ifndef STORM_ARRAY_POINTER_TO_VOID_H
#define STORM_ARRAY_POINTER_TO_VOID_H
#include "system/types.h"
#include "storm/array.h"
2025-04-29 16:26:36 -04:00
typedef void* pointer_to_void;
STORM_TS_GROWABLE_ARRAY(pointer_to_void);
#endif