#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include "read_input.h"
Functions | |
| unsigned int | test_float (const char *str) |
| See https://stackoverflow.com/questions/45554639/is-there-a-way-to-check-if-a-string-can-be-a-float-in-c. More... | |
| int | check_for_one_equal_sign (char *line_in) |
| char * | trim (char *in) |
| void | parse_line (char *line_in, char **pname, char **pvalue) |
| unsigned int | lines_with_parameters (FILE *fp) |
| int check_for_one_equal_sign | ( | char * | line_in | ) |

| unsigned int lines_with_parameters | ( | FILE * | fp | ) |


| void parse_line | ( | char * | line_in, |
| char ** | pname, | ||
| char ** | pvalue | ||
| ) |


| unsigned int test_float | ( | const char * | str | ) |
See https://stackoverflow.com/questions/45554639/is-there-a-way-to-check-if-a-string-can-be-a-float-in-c.

| char * trim | ( | char * | in | ) |
