1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-26 00:41:23 +00:00

12 lines
237 B
C
Raw Normal View History

#ifndef DOUBLE_H_INCLUDED
#define DOUBLE_H_INCLUDED
#include "xmlrpc-c/util.h"
void
xmlrpc_formatFloat(xmlrpc_env * const envP,
double const value,
const char ** const formattedP);
#endif