/[global]/global/libutil/char.c
ViewVC logotype

Diff of /global/libutil/char.c

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

revision 1.10 by shigio, Tue May 10 05:17:52 2005 UTC revision 1.11 by shigio, Tue Oct 4 07:59:04 2005 UTC
# Line 47  initialize(void) Line 47  initialize(void)
47   *      r)              1: is regex, 0: not regex   *      r)              1: is regex, 0: not regex
48   */   */
49  int  int
50  isregexchar(c)  isregexchar(int c)
         int c;  
51  {  {
52          if (!init)          if (!init)
53                  initialize();                  initialize();
# Line 61  isregexchar(c) Line 60  isregexchar(c)
60   *      r)              1: is regex, 0: not regex   *      r)              1: is regex, 0: not regex
61   */   */
62  int  int
63  isregex(s)  isregex(const char *s)
         const char *s;  
64  {  {
65          int c;          int c;
66    
# Line 79  isregex(s) Line 77  isregex(s)
77   *      'aaa' => \'\a\a\a\'   *      'aaa' => \'\a\a\a\'
78   */   */
79  const char *  const char *
80  quote_string(s)  quote_string(const char *s)
         const char *s;  
81  {  {
82          STATIC_STRBUF(sb);          STATIC_STRBUF(sb);
83    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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