kakoune/src/debug.hh
2014-04-30 19:27:38 +01:00

14 lines
162 B
C++

#ifndef debug_hh_INCLUDED
#define debug_hh_INCLUDED
#include "string.hh"
namespace Kakoune
{
void write_debug(StringView str);
}
#endif // debug_hh_INCLUDED