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:
9
targets/_any/stdlib/include/stdint.h
Normal file
9
targets/_any/stdlib/include/stdint.h
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if !defined(BAD_APPLE_OS_STDINT_H_INCLUDED)
|
||||
#define BAD_APPLE_OS_STDINT_H_INCLUDED
|
||||
|
||||
#include "stdint-gcc.h" // TODO?
|
||||
|
||||
#endif // !defined(BAD_APPLE_OS_STDINT_H_INCLUDED)
|
||||
Reference in New Issue
Block a user