ae2f_docs
Loading...
Searching...
No Matches
Limits.h
Go to the documentation of this file.
1/**
2 * @file Limits.h
3 * @brief limits.h with guaranteed width constants for C90 (Powered by cmake).
4 * */
5#ifndef ae2f_limits_h
6#define ae2f_limits_h
7
8#include <limits.h>
9#include "../LangVer.h"
10
11/** @brief width fetching */
12#if !__ae2f_lvcheck_c(202311L)
13#include "./limits.width.auto.h"
14#endif
15
16#endif
#define __ae2f_lvcheck_c(v)