tvheadend/src/misc/dbl.h
Andreas Öman 01db78aea0 Upgrade htsmsg code from Showtime's codebase
We do this to get access to floating point in JSON
2012-11-19 14:50:16 +01:00

5 lines
137 B
C

#pragma once
double my_str2double(const char *str, const char **endp);
int my_double2str(char *buf, size_t bufsize, double realvalue);