/* ---------------------------------------------------------------------------- * main() : functions that may be useful externally * ---------------------------------------------------------------------------- * Copyright (c) 2012 Ben Blazak * Released under The MIT License (MIT) (see "license.md") * Project located at * ------------------------------------------------------------------------- */ #ifndef MAIN_h #define MAIN_h #include "lib/key-functions/public.h" void main_exec_key( KBFUN_FUNCTION_ARGS ); #endif