// license:BSD-3-Clause // copyright-holders:Aaron Giles /********************************************************************* debughlp.h Debugger help engine. *********************************************************************/ #ifndef __DEBUGHLP_H__ #define __DEBUGHLP_H__ /*************************************************************************** FUNCTION PROTOTYPES ***************************************************************************/ /* help management */ const char * debug_get_help(const char *tag); #endif