#include "haconst.h"#include "hastring.h"Functions | |
| int | strcmp_trunc (const char *str1, const char *str2) |
| compare two strings excluding all white spaces | |
| int | stricmp_trunc (const char *str1, const char *str2) |
| compare two strings excluding white spaces and converting to lower case | |
| int | stricmp (const char *str1, const char *str2) |
| low case comparison of two strings | |
| int | strcpy_to_fort (char *str_fort, const char *c_str, int len_fort) |
| Fill fortran string (with length len_fort) from c_str. | |
1.3.6