- Global ARG_FLOAT32
- Use ARG_FLOATING instead.
- Global ARG_FLOAT64
- Use ARG_FLOATING instead.
- Global ARG_INT32
- Use ARG_INTEGER instead.
- Global cmd_ln_access (name)
- This is deprecated in favor of the re-entrant API function cmd_ln_access_r().
- Global cmd_ln_appl_enter (int argc, char *argv[], char const *default_argfn, const arg_t *defn)
- This is deprecated in favor of the re-entrant API.
- Global cmd_ln_appl_exit (void)
- This is deprecated in favor of the re-entrant API.
- Global cmd_ln_boolean (name)
- This is deprecated in favor of the re-entrant API function cmd_ln_boolean_r().
- Global cmd_ln_exists (name)
- This is deprecated in favor of the re-entrant API function cmd_ln_exists_r().
- Global cmd_ln_float32 (name)
- This is deprecated in favor of the re-entrant API function cmd_ln_float_r().
- Global cmd_ln_float64 (name)
- This is deprecated in favor of the re-entrant API function cmd_ln_float_r().
- Global cmd_ln_free (void)
- Use the re-entrant API instead.
- Global cmd_ln_get (void)
- This is deprecated in favor of the re-entrant API.
- Global cmd_ln_int32 (name)
- This is deprecated in favor of the re-entrant API function cmd_ln_int_r().
- Global cmd_ln_parse (const arg_t *defn, int32 argc, char *argv[], int32 strict)
- This is deprecated in favor of the re-entrant API function cmd_ln_parse_r().
- Global cmd_ln_parse_file (const arg_t *defn, char const *filename, int32 strict)
- This is deprecated in favor of the re-entrant API function cmd_ln_parse_file_r().
- Global cmd_ln_print_help (f, d)
- This is deprecated in favor of the re-entrant API function cmd_ln_print_help_r().
- Global cmd_ln_set_boolean (n, b)
- This is deprecated in favor of the re-entrant API function cmd_ln_set_boolean_r().
- Global cmd_ln_set_float32 (n, f)
- This is deprecated in favor of the re-entrant API function cmd_ln_set_float_r().
- Global cmd_ln_set_float64 (n, f)
- This is deprecated in favor of the re-entrant API function cmd_ln_set_float_r().
- Global cmd_ln_set_int32 (n, i)
- This is deprecated in favor of the re-entrant API function cmd_ln_set_int_r().
- Global cmd_ln_set_str (n, s)
- This is deprecated in favor of the re-entrant API function cmd_ln_set_str_r().
- Global cmd_ln_str (name)
- This is deprecated in favor of the re-entrant API function cmd_ln_str_r().
- Global cmd_ln_str_list (name)
- This is deprecated in favor of the re-entrant API function cmd_ln_str_list_r().
- Global feat_n_stream (f)
- Do not use this, use feat_dimension1() instead.
- Global feat_stream_len (f, i)
- Do not use this, use feat_dimension2() instead.
- Global fread_line (FILE *stream, size_t *out_len)
- Use line iterators instead.
- Global REQARG_FLOAT32
- Use REQARG_FLOATING instead.
- Global REQARG_FLOAT64
- Use REQARG_FLOATING instead.
- Global REQARG_INT32
- Use REQARG_INTEGER instead.