mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 15:15:09 +01:00
8 lines
139 B
C
8 lines
139 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
void sdprintf(const char *str, ...);
|
|
void xprintf(const char *str, ...);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |