mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-02 13:03:28 +01:00
7c0aa811ec
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
11 lines
156 B
C
11 lines
156 B
C
#ifndef __PCCTS_STDLIB_H__
|
|
#define __PCCTS_STDLIB_H__
|
|
|
|
#ifdef PCCTS_USE_NAMESPACE_STD
|
|
#include <cstdlib>
|
|
#else
|
|
#include <stdlib.h>
|
|
#endif
|
|
|
|
#endif
|