freestnd-c-hdrs-0bsd/climits
2023-03-15 22:50:24 +01:00

17 lines
222 B
Plaintext

#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