]> mj.ucw.cz Git - libucw.git/commit
Some fixes and changes from yesterday.
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Thu, 18 May 2006 07:49:02 +0000 (09:49 +0200)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Thu, 18 May 2006 07:49:02 +0000 (09:49 +0200)
commit5a3a31413e9a65287c5e0bb8cf5ac3cdf93e74ee
tree5037dad56015dfbe6fcc0dcbb7c8c47871a9dfb5
parentc119981762da67ba3a7d82f5d5efe68e38bffb54
Some fixes and changes from yesterday.
All bgets* should work now.

  byte *bgets_mp(fastbuf, mempool)
  byte *bgets_stk(fastbuf)
  uns bgets_bb(fastbuf, bbuf)

Behavior is similar to bgets (returns NULL/zero at EOF).
bgets_bb returns length in bytes including zero byte.
lib/fastbuf.h
lib/ff-string.c