![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include <stdio.h>
#include <string.h>
#include <ctype.h>
Go to the source code of this file.
Namespaces | |
hecd_util | |
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) |