FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecd_util.h File Reference
#include <stdio.h>
#include <string.h>
#include <ctype.h>
Include dependency graph for hecd_util.h:
This graph shows which files directly or indirectly include this file:

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)