lang-bootstrap/05/limits.h
2022-02-16 22:58:16 -05:00

6 lines
128 B
C

#ifndef _LIMITS_H
#define _LIMITS_H
#include <stdc_common.h> // we define all the relevant constants here
#endif // _LIMITS_H