#ifndef _JOVE_COMMANDLINE_H #define _JOVE_COMMANDLINE_H 1 const char *cmdline_get(const char *key); void cmdline_kernel_setup(void); #endif