![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Functions | |
void | cleanup_token (char *s) |
void | cleanup_token (char *src, char *dest) |
void | toupper (char *s) |
void | toupper (const char *src, char *dest) |
void | tolower (char *s) |
void | tolower (const char *src, char *dest) |
void | remove_cr (char *s) |
void | ftos (double x, char *s) |
void hecd_util::cleanup_token | ( | char * | s | ) |
void hecd_util::cleanup_token | ( | char * | src, |
char * | dest | ||
) |
Definition at line 22 of file hecd_util.cpp.
void hecd_util::ftos | ( | double | x, |
char * | s | ||
) |
Definition at line 93 of file hecd_util.cpp.
void hecd_util::remove_cr | ( | char * | s | ) |
Definition at line 78 of file hecd_util.cpp.
void hecd_util::tolower | ( | char * | s | ) |
void hecd_util::tolower | ( | const char * | src, |
char * | dest | ||
) |
void hecd_util::toupper | ( | char * | s | ) |
void hecd_util::toupper | ( | const char * | src, |
char * | dest | ||
) |