Moved stdlib to a seperate folder and added some more headers that are required for compiling libgcc (no implementation yet).
This commit is contained in:
11
targets/_any/include/os/resources/lat9-08.psf.hpp
Normal file
11
targets/_any/include/os/resources/lat9-08.psf.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern "C"
|
||||
{
|
||||
extern const uint8_t LAT9_08[];
|
||||
extern const unsigned LAT9_08_SIZE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user