mirror of
https://github.com/mintsuki/freestanding-headers
synced 2024-11-24 21:39:42 +03:00
Remove C++ specific headers and move them to other repo
This commit is contained in:
parent
862ccc8ce1
commit
f569ce1059
2
README
2
README
@ -1 +1 @@
|
|||||||
This is a collection of freestanding C/C++ headers, for use with GCC or Clang.
|
This is a collection of freestanding C headers, for use with GCC or Clang.
|
||||||
|
16
cfloat
16
cfloat
@ -1,16 +0,0 @@
|
|||||||
#ifndef __cplusplus
|
|
||||||
#error "Must only use this header with C++"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _CFLOAT
|
|
||||||
#define _CFLOAT 1
|
|
||||||
|
|
||||||
namespace std {
|
|
||||||
|
|
||||||
#define __LIBC_GUARDLESS_INCLUDE
|
|
||||||
#include <float.h>
|
|
||||||
#undef __LIBC_GUARDLESS_INCLUDE
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
16
climits
16
climits
@ -1,16 +0,0 @@
|
|||||||
#ifndef __cplusplus
|
|
||||||
#error "Must only use this header with C++"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _CLIMITS
|
|
||||||
#define _CLIMITS 1
|
|
||||||
|
|
||||||
namespace std {
|
|
||||||
|
|
||||||
#define __LIBC_GUARDLESS_INCLUDE
|
|
||||||
#include <limits.h>
|
|
||||||
#undef __LIBC_GUARDLESS_INCLUDE
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
16
cstdalign
16
cstdalign
@ -1,16 +0,0 @@
|
|||||||
#ifndef __cplusplus
|
|
||||||
#error "Must only use this header with C++"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _CSTDALIGN
|
|
||||||
#define _CSTDALIGN 1
|
|
||||||
|
|
||||||
namespace std {
|
|
||||||
|
|
||||||
#define __LIBC_GUARDLESS_INCLUDE
|
|
||||||
#include <stdalign.h>
|
|
||||||
#undef __LIBC_GUARDLESS_INCLUDE
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
16
cstdarg
16
cstdarg
@ -1,16 +0,0 @@
|
|||||||
#ifndef __cplusplus
|
|
||||||
#error "Must only use this header with C++"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _CSTDARG
|
|
||||||
#define _CSTDARG 1
|
|
||||||
|
|
||||||
namespace std {
|
|
||||||
|
|
||||||
#define __LIBC_GUARDLESS_INCLUDE
|
|
||||||
#include <stdarg.h>
|
|
||||||
#undef __LIBC_GUARDLESS_INCLUDE
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
16
cstdbool
16
cstdbool
@ -1,16 +0,0 @@
|
|||||||
#ifndef __cplusplus
|
|
||||||
#error "Must only use this header with C++"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _CSTDBOOL
|
|
||||||
#define _CSTDBOOL 1
|
|
||||||
|
|
||||||
namespace std {
|
|
||||||
|
|
||||||
#define __LIBC_GUARDLESS_INCLUDE
|
|
||||||
#include <stdbool.h>
|
|
||||||
#undef __LIBC_GUARDLESS_INCLUDE
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
16
cstddef
16
cstddef
@ -1,16 +0,0 @@
|
|||||||
#ifndef __cplusplus
|
|
||||||
#error "Must only use this header with C++"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _CSTDDEF
|
|
||||||
#define _CSTDDEF 1
|
|
||||||
|
|
||||||
namespace std {
|
|
||||||
|
|
||||||
#define __LIBC_GUARDLESS_INCLUDE
|
|
||||||
#include <stddef.h>
|
|
||||||
#undef __LIBC_GUARDLESS_INCLUDE
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
Loading…
Reference in New Issue
Block a user