Files
Upsilon/liba/include/float.h
Émilie Feral 140e943021 [apps/graph/graph] Merge two redundant methods in graph view
Change-Id: Icc154656143e81696abba18574c3806bcfdd4c7a
2016-12-13 15:10:03 +01:00

7 lines
74 B
C

#ifndef LIBA_FLOAT_H
#define LIBA_FLOAT_H
#define FLT_MAX 1E+37f
#endif