]> mj.ucw.cz Git - libucw.git/commitdiff
Improved the bbcopy()'s documentation once more :)
authorPavel Charvat <pchar@ucw.cz>
Sun, 26 Oct 2008 18:03:03 +0000 (19:03 +0100)
committerPavel Charvat <pchar@ucw.cz>
Sun, 26 Oct 2008 18:03:03 +0000 (19:03 +0100)
ucw/fastbuf.h

index c265fdb71235d3fa6481b6cd4720742b27c5977c..e74034f44d2dcc4c7c519ee44ec2188a19ccd8af 100644 (file)
@@ -568,7 +568,7 @@ static inline void bputsn(struct fastbuf *f, const char *b)
 void bbcopy_slow(struct fastbuf *f, struct fastbuf *t, uns l);
 /**
  * Copy @l bytes of data from fastbuf @f to fastbuf @t.
- * `~0U` means all data, even if more than `~0U` bytes remain.
+ * `UINT_MAX` (`~0U`) means all data, even if more than `UINT_MAX` bytes remain.
  **/
 static inline void bbcopy(struct fastbuf *f, struct fastbuf *t, uns l)
 {