]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fastbuf.h
default_thread_stack_size -> ucwlib_thread_stack_size
[libucw.git] / ucw / fastbuf.h
index f2e9efc53d3f75a060594c865dbee120ed4eeb58..e74034f44d2dcc4c7c519ee44ec2188a19ccd8af 100644 (file)
@@ -568,6 +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.
+ * `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)
 {