mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-14 10:05:43 +01:00
fafc50e3d0
container. printf support of "%.*s".
17 lines
293 B
C
Executable File
17 lines
293 B
C
Executable File
//
|
|
// printf_lite.h
|
|
//
|
|
// Created by jief the 04 Apr 2019.
|
|
// Imported in CLover the 24 Feb 2020
|
|
//
|
|
#ifndef __NEXT_PRINTF_LITE_H__
|
|
#define __NEXT_PRINTF_LITE_H__
|
|
|
|
#ifdef CLOVER_BUILD
|
|
#include <Base.h>
|
|
#endif
|
|
|
|
#include "../../Include/Library/printf_lite.h"
|
|
|
|
#endif // __NEXT_PRINTF_LITE_H__
|