mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-30 12:43:41 +01:00
7c0aa811ec
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
11 lines
152 B
C
11 lines
152 B
C
#ifndef __PCCTS_STDIO_H__
|
|
#define __PCCTS_STDIO_H__
|
|
|
|
#ifdef PCCTS_USE_NAMESPACE_STD
|
|
#include <cstdio>
|
|
#else
|
|
#include <stdio.h>
|
|
#endif
|
|
|
|
#endif
|