mirror of
https://gitee.com/Polarix/simplegui.git
synced 2025-06-18 14:07:53 +00:00
15 lines
125 B
C
15 lines
125 B
C
![]() |
#ifndef _INCLUDE_OVERRIDES_H_
|
||
|
#define _INCLUDE_OVERRIDES_H_
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
|
||
|
|
||
|
#ifdef OVERRIDES_PRINTF
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#endif
|