mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
12 lines
237 B
C
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
|