#ifndef MSPDEBUGCONSOLE_H
#define MSPDEBUGCONSOLE_H

#ifndef MSPDEBUGCONSOLE_BUFLEN
// max = 128
#define MSPDEBUGCONSOLE_BUFLEN 16
#endif

void debug_printf(const char *str, ...);

#endif /* MSPDEBUGCONSOLE_H */
