NAME

ic_parse_key_words - set option handling

SYNOPSIS

#include "l/l_parse.h"

Example compile flags (system dependent):
  -DLINUX_386 -DLINUX_386_P4  
   -I/home/kobus/include
   -L/home/kobus/load/linux_386_p4 -L/usr/local/lib -L/usr/lib
  -lKJB         -llapack -lblas -lg2c          -lXext -lX11 


int ic_parse_key_words
(
	char *input,
	int num_key_words,
	const char **key_words,
	int *key_words_found_list,
	int *key_words_found_index
);

DESCRIPTION

set option handling

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTOR

Kobus Barnard

SEE ALSO

next_token , const_next_token , get_token , const_get_token , match_quote_get_token , const_match_quote_get_token , match_get_token , const_match_get_token , gen_get_token , const_gen_get_token , gen_char_get_token , gen_match_quote_get_token , const_gen_match_quote_get_token , gen_match_get_token , const_gen_match_get_token , alpha_get_token , gen_get_last_token , parse_on_string , parse_positive_integer_list , parse_options , free_options , get_boolean_value , is_no_value_word , get_base_name , get_base_path