Files
2015-04-16 09:16:48 +02:00

12 lines
138 B
C

/* a little present for C++ .. */
#ifndef _VALUES_H
#define _VALUES_H
#include <float.h>
#include <limits.h>
#endif /* _VALUES_H */