/* ---------------------------------------------------------------------------- * miscellaneous data types * ---------------------------------------------------------------------------- * Copyright (c) 2012 Ben Blazak * Released under The MIT License (MIT) (see "license.md") * Project located at * ------------------------------------------------------------------------- */ #ifndef LIB__DATA_TYPES_h #define LIB__DATA_TYPES_h typedef void (*void_funptr_t)(void); #endif