X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=rpikern;a=blobdiff_plain;f=src%2Flibc%2Ffloat.h;fp=src%2Flibc%2Ffloat.h;h=974e00e44cb9d9121d92d5c94845065cc5c2bd7a;hp=0000000000000000000000000000000000000000;hb=32ccc707bc0821d7ff4248fe9f58e92e9c6ebef9;hpb=203b43a75a028e9238307bd6e73768eb8e942071 diff --git a/src/libc/float.h b/src/libc/float.h new file mode 100644 index 0000000..974e00e --- /dev/null +++ b/src/libc/float.h @@ -0,0 +1,7 @@ +#ifndef FLOAT_H_ +#define FLOAT_H_ + +#define FLT_MIN __FLT_MIN__ +#define FLT_MAX __FLT_MAX__ + +#endif /* FLOAT_H_ */