mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-06 23:31:40 +01:00
11 lines
152 B
C
Executable File
11 lines
152 B
C
Executable File
#ifndef __PCCTS_STDIO_H__
|
|
#define __PCCTS_STDIO_H__
|
|
|
|
#ifdef PCCTS_USE_NAMESPACE_STD
|
|
#include <cstdio>
|
|
#else
|
|
#include <stdio.h>
|
|
#endif
|
|
|
|
#endif
|