mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-30 12:43:41 +01:00
a2ffdf8642
Improve unit test framework.
15 lines
230 B
C
15 lines
230 B
C
//
|
|
// DebugLib.h
|
|
// cpp_tests UTF16 signed char
|
|
//
|
|
// Created by Jief on 12/10/2020.
|
|
// Copyright © 2020 JF Knudsen. All rights reserved.
|
|
//
|
|
|
|
#ifndef DebugLib_h
|
|
#define DebugLib_h
|
|
|
|
#include <stdio.h>
|
|
|
|
#endif /* DebugLib_h */
|