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

Diff of /global/libutil/strmake.c

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

revision 1.11 by shigio, Fri May 13 23:51:24 2005 UTC revision 1.12 by shigio, Tue Oct 4 07:59:04 2005 UTC
# Line 43  Line 43 
43   *       to this function may destroy the area.   *       to this function may destroy the area.
44   */   */
45  const char *  const char *
46  strmake(p, lim)  strmake(const char *p, const char *lim)
         const char *p;  
         const char *lim;  
47  {  {
48          STATIC_STRBUF(sb);          STATIC_STRBUF(sb);
49          const char *c;          const char *c;
# Line 83  end: Line 81  end:
81   *       to this function may destroy the area.   *       to this function may destroy the area.
82   */   */
83  const char *  const char *
84  strtrim(p, flag, len)  strtrim(const char *p, int flag, int *len)
         const char *p;  
         int flag;  
         int *len;  
85  {  {
86          STATIC_STRBUF(sb);          STATIC_STRBUF(sb);
87          int cut_off = -1;          int cut_off = -1;

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

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