22 #ifndef OPAL_NUMTOSTR_UTIL
23 #define OPAL_NUMTOSTR_UTIL
25 #include "opal_config.h"
OPAL_DECLSPEC char * opal_dtostr(double num)
Convert a double to a char* string.
Definition: numtostr.c:48
OPAL_DECLSPEC char * opal_ltostr(long num)
Convert a long integer to a char* string.
Definition: numtostr.c:27