2
3
4
5
6
8#ifndef GIMBAL_POINTER_H
9#define GIMBAL_POINTER_H
11#include "../classes/gimbal_primitives.h"
22 "Type system assumes function pointers can be stored within void*!");
#define GBL_BUILTIN_TYPE(prefix)
Returns a type from the macro prefix of a builtin type.
#define GBL_STATIC_ASSERT_MSG(cond, msg)
#define GBL_FUNCTION_TYPE
void(* GblFnPtr)()
Type used for holding an untyped function pointer.