summaryrefslogtreecommitdiffstats
path: root/include/c_strtod.h
blob: eaa801c4083a8febff1813f8605cf722e0b1e2f5 (plain)
1
2
3
4
5
6
#ifndef UTIL_LINUX_C_STRTOD_H
#define UTIL_LINUX_C_STRTOD_H

extern double c_strtod(char const *str, char **end);

#endif