From 2bf6703492289fbf3e166b6fa4722f5ad4bd5ea6 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Sun, 26 Oct 2008 18:51:56 +0100 Subject: [PATCH] Documented the meaning of ~0U parameter in bbcopy(). --- ucw/fastbuf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ucw/fastbuf.h b/ucw/fastbuf.h index f2e9efc5..633155fe 100644 --- a/ucw/fastbuf.h +++ b/ucw/fastbuf.h @@ -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` means all data, even if more than `UINT_MAX` bytes remain. **/ static inline void bbcopy(struct fastbuf *f, struct fastbuf *t, uns l) { -- 2.39.2