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

Diff of /global/libutil/strbuf.c

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

revision 1.27 by shigio, Tue Oct 4 07:59:04 2005 UTC revision 1.28 by shigio, Mon Oct 24 00:18:15 2005 UTC
# Line 180  strbuf_open(int init) Line 180  strbuf_open(int init)
180          return sb;          return sb;
181  }  }
182  /*  /*
183     * strbuf_reset: reset string buffer.
184     *
185     *      i)      sb      string buffer
186     */
187    void
188    strbuf_reset(STRBUF *sb)
189    {
190            sb->curp = sb->sbuf;
191            sb->alloc_failed = 0;
192    }
193    /*
194   * strbuf_clear: clear static string buffer.   * strbuf_clear: clear static string buffer.
195   *   *
196   *      i)      sb      statically defined string buffer   *      i)      sb      statically defined string buffer

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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