Find string in vector and return index. More...
#include <utils.h>
Go to the source code of this file.
Functions | |
int | find_str_value (char *str, char **str_vect, int nelem) |
Find string in vector and return index. |
Find string in vector and return index.
Definition in file find_str_value.c.
int find_str_value | ( | char * | str, | |
char ** | str_vect, | |||
int | nelem | |||
) |
Find string in vector and return index.
[in] | str | String value to search |
[in] | str_vect | Vector of strings |
[in] | nelem | Number of elements in str_vect |
Definition at line 58 of file find_str_value.c.
Referenced by output_downscaled_analog(), and read_obs_period().