/[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.1 by akim, Mon Oct 16 17:28:40 2000 UTC revision 1.1.2.1 by akim, Fri Nov 30 14:04:22 2001 UTC
# Line 89  size_t quotearg_buffer PARAMS ((char *bu Line 89  size_t quotearg_buffer PARAMS ((char *bu
89     The returned value points to static storage that can be     The returned value points to static storage that can be
90     reused by the next call to this function with the same value of N.     reused by the next call to this function with the same value of N.
91     N must be nonnegative.  */     N must be nonnegative.  */
92  char *quotearg_n PARAMS ((unsigned int n, char const *arg));  char *quotearg_n PARAMS ((int n, char const *arg));
93    
94  /* Equivalent to quotearg_n (0, ARG).  */  /* Equivalent to quotearg_n (0, ARG).  */
95  char *quotearg PARAMS ((char const *arg));  char *quotearg PARAMS ((char const *arg));
# Line 97  char *quotearg PARAMS ((char const *arg) Line 97  char *quotearg PARAMS ((char const *arg)
97  /* Use style S and storage slot N to return a quoted version of the string ARG.  /* Use style S and storage slot N to return a quoted version of the string ARG.
98     This is like quotearg_n (N, ARG), except that it uses S with no other     This is like quotearg_n (N, ARG), except that it uses S with no other
99     options to specify the quoting method.  */     options to specify the quoting method.  */
100  char *quotearg_n_style PARAMS ((unsigned int n, enum quoting_style s,  char *quotearg_n_style PARAMS ((int n, enum quoting_style s, char const *arg));
                                 char const *arg));  
101    
102  /* Equivalent to quotearg_n_style (0, S, ARG).  */  /* Equivalent to quotearg_n_style (0, S, ARG).  */
103  char *quotearg_style PARAMS ((enum quoting_style s, char const *arg));  char *quotearg_style PARAMS ((enum quoting_style s, char const *arg));

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

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