|
| int | input_countObjects () |
| | Reads input file to determine number of system objects.
|
| |
| int | input_readData () |
| | Reads input file to determine number of system objects.
|
| |
| int | findmatch (char *s, char *keyword[]) |
| | Finds match between string and array of keyword strings.
|
| |
| int | match (char *str, char *substr) |
| | Sees if a sub-string of characters appears in a string (not case sensitive). (not case sensitive).
|
| |
| int | getInt (char *s, int *y) |
| | Converts a string to an int value.
|
| |
| int | getFloat (char *s, float *y) |
| | Converts a string to a float value.
|
| |
| int | getDouble (char *s, double *y) |
| | Converts a string to a double precision floating point number.
|
| |