| SCORE_GET_OPT(3) | SCORE_GET_OPT(3) |
#include <score_options.h>
char *score_get_opt(char *keyword)
score_get_opt() attempts to get the SCore option from the
scrun(1) command-line
arguments specified by the user.
score_get_opt() returns a character string
associated with the vale of the keyword
argument. score_get_opt() returns NULL if
the keyword is not found. It returns a pointer to a null character if
the option is specified but has no associated value.
score_initialize().
Calling score_get_opt() before calling
score_initialize() produces unpredictable results.
scrun(1),
score_initialize(3)