mirror of
https://github.com/Gericom/FastVideoDSPlayer.git
synced 2025-06-19 02:55:34 -04:00
10 lines
165 B
C
10 lines
165 B
C
#pragma once
|
|
|
|
// #define PRINT_DEBUG
|
|
|
|
#ifdef PRINT_DEBUG
|
|
void isnd_printchar(char c);
|
|
void isnd_initPrint();
|
|
void isnd_printf(const char *fmt, ...);
|
|
#endif
|