Open CASCADE Technology
7.3.0
|
Functions | |
double | Atof (const char *theStr) |
Equivalent of standard C function atof() that always uses C locale. More... | |
double | Strtod (const char *theStr, char **theNextPtr) |
Optimized equivalent of standard C function strtod() that always uses C locale. More... | |
int | Printf (const char *theFormat,...) |
Equivalent of standard C function printf() that always uses C locale. More... | |
int | Fprintf (FILE *theFile, const char *theFormat,...) |
Equivalent of standard C function fprintf() that always uses C locale. More... | |
int | Sprintf (char *theBuffer, const char *theFormat,...) |
Equivalent of standard C function sprintf() that always uses C locale. More... | |
double Atof | ( | const char * | theStr | ) |
Equivalent of standard C function atof() that always uses C locale.
int Fprintf | ( | FILE * | theFile, |
const char * | theFormat, | ||
... | |||
) |
Equivalent of standard C function fprintf() that always uses C locale.
int Printf | ( | const char * | theFormat, |
... | |||
) |
Equivalent of standard C function printf() that always uses C locale.
int Sprintf | ( | char * | theBuffer, |
const char * | theFormat, | ||
... | |||
) |
Equivalent of standard C function sprintf() that always uses C locale.
double Strtod | ( | const char * | theStr, |
char ** | theNextPtr | ||
) |
Optimized equivalent of standard C function strtod() that always uses C locale.