![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include "hecd_util.h"
Go to the source code of this file.
Namespaces | |
hecd_util | |
Macros | |
#define | is_skip_char(x) (x == ' ' || x == '=' || x == '\t' || x == '\r' || x == '\n') |
Functions | |
void | hecd_util::cleanup_token (char *s) |
void | hecd_util::cleanup_token (char *src, char *dest) |
void | hecd_util::toupper (char *s) |
void | hecd_util::toupper (const char *src, char *dest) |
void | hecd_util::tolower (char *s) |
void | hecd_util::tolower (const char *src, char *dest) |
void | hecd_util::remove_cr (char *s) |
void | hecd_util::ftos (double x, char *s) |
#define is_skip_char | ( | x | ) | (x == ' ' || x == '=' || x == '\t' || x == '\r' || x == '\n') |