ede/ede-bug-tools/ede-bug-report/xmlrpc-c/src/double.h

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