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

10 lines
No EOL
179 B
C

#ifndef STORM_ARRAY_POINTER_TO_VOID_H
#define STORM_ARRAY_POINTER_TO_VOID_H
#include "system/types.h"
#include "storm/array.h"
STORM_TS_GROWABLE_ARRAY_POINTER_TO(void);
#endif