6 lines
128 B
C
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
|