16#include "ws_symbol_export.h"
29WS_DLL_PUBLIC
bool ex_opt_add(
const char* ws_optarg);
46WS_DLL_PUBLIC
const char*
ex_opt_get_nth(
const char* key,
unsigned key_index);
WS_DLL_PUBLIC int ex_opt_count(const char *key)
Counts the number of options associated with a given key.
Definition ex-opt.c:51
WS_DLL_PUBLIC const char * ex_opt_get_nth(const char *key, unsigned key_index)
Retrieves the nth option value for a given key.
Definition ex-opt.c:66
WS_DLL_PUBLIC char * ex_opt_get_next(const char *key)
Retrieves and removes the next option value associated with a given key.
Definition ex-opt.c:87
WS_DLL_PUBLIC bool ex_opt_add(const char *ws_optarg)
Adds an option to a hash table.
Definition ex-opt.c:22