math: use 0x1p-120f and 0x1p120f for tiny and huge values
[musl] / src / dirent / telldir.c
1 #include <dirent.h>
2 #include "__dirent.h"
3
4 long telldir(DIR *dir)
5 {
6         return dir->tell;
7 }