/[graveman]/graveman/current/src/tools.c
ViewVC logotype

Diff of /graveman/current/src/tools.c

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

revision 1.15 by scresto, Mon Feb 21 01:25:28 2005 UTC revision 1.16 by scresto, Mon Feb 21 23:54:28 2005 UTC
# Line 51  gchar *belleHeure(gchar *Abuf, gchar *Ad Line 51  gchar *belleHeure(gchar *Abuf, gchar *Ad
51    return Adst;    return Adst;
52  }  }
53    
54    gchar *sc_chomp(gchar *Astr)
55    {
56      gchar *s;
57      
58      if ((s=strrchr(Astr, 13))) *s=0;
59      if ((s=strrchr(Astr, 10))) *s=0;
60    
61      return Astr;
62    }
63    
64  gint sc_strcountv(gchar **Aarray)  gint sc_strcountv(gchar **Aarray)
65  {  {
66    gint i = 0;    gint i = 0;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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