/[bison]/bison/lib/quotearg.h
ViewVC logotype

Diff of /bison/lib/quotearg.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by eggert, Wed Jul 10 06:24:51 2002 UTC revision 1.5 by eggert, Mon Aug 12 14:10:23 2002 UTC
# Line 104  char *quotearg PARAMS ((char const *arg) Line 104  char *quotearg PARAMS ((char const *arg)
104     options to specify the quoting method.  */     options to specify the quoting method.  */
105  char *quotearg_n_style PARAMS ((int n, enum quoting_style s, char const *arg));  char *quotearg_n_style PARAMS ((int n, enum quoting_style s, char const *arg));
106    
107    /* Use style S and storage slot N to return a quoted version of the
108       argument ARG of size ARGSIZE.  This is like quotearg_n_style
109       (N, S, ARG), except it can quote null bytes.  */
110    char *quotearg_n_style_mem PARAMS ((int n, enum quoting_style s,
111                                        char const *arg, size_t argsize));
112    
113  /* Equivalent to quotearg_n_style (0, S, ARG).  */  /* Equivalent to quotearg_n_style (0, S, ARG).  */
114  char *quotearg_style PARAMS ((enum quoting_style s, char const *arg));  char *quotearg_style PARAMS ((enum quoting_style s, char const *arg));
115    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26