Dico |
|
GNU Dictionary Server |
Sergey Poznyakoff |
D.2 argcv
Editor’s note:
The information in this node may be obsolete or otherwise inaccurate. This message will disappear, once this node revised. |
- enum: dico_argcv_quoting_style
- Variable: enum dico_argcv_quoting_style dico_argcv_quoting_style
- Function: int dico_argcv_get (const char *command, const char *delim, const char *cmnt, int *argc, char ***argv)
- Function: int dico_argcv_get_n (const char *command, int len, const char *delim, const char *cmnt, int *argc, char ***argv)
- Function: int dico_argcv_get_np (const char *command, int len, const char *delim, const char *cmnt, int flags, int *argc, char ***argv, char **endp)
- Function: int dico_argcv_string (int argc, const char **argv, char **string)
- Function: void dico_argcv_free (int argc, char **argv)
- Function: void dico_argv_free (char **argv)
- Function: int dico_argcv_unquote_char (int c)
- Function: int dico_argcv_quote_char (int c)
- Function: size_t dico_argcv_quoted_length (const char *str, int *quote)
- Function: void dico_argcv_unquote_copy (char *dst, const char *src, size_t n)
- Function: void dico_argcv_quote_copy (char *dst, const char *src)
- Function: void dico_argcv_remove (int *argc, char ***argv, int (*sel) (const char *, void *), void *data)
This document was generated on September 4, 2020 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.