summaryrefslogtreecommitdiff
path: root/05/limits.h
blob: 633e9ffff8463b7e4fab55498e5849f9c4e0d5cc (plain)
1
2
3
4
5
6
#ifndef _LIMITS_H
#define _LIMITS_H

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

#endif // _LIMITS_H