ede/ede-bug-tools/ede-bug-report/xmlrpc-c/src/double.h
2009-07-03 14:23:51 +00:00

12 lines
237 B
C

#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