From 7f3caba522f4d24764f29d83aa2de9198bb7f01c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 24 May 2024 06:52:22 +0200 Subject: Adding upstream version 6.8. Signed-off-by: Daniel Baumann --- man3/roundup.3 | 56 -------------------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 man3/roundup.3 (limited to 'man3/roundup.3') diff --git a/man3/roundup.3 b/man3/roundup.3 deleted file mode 100644 index bcde64a..0000000 --- a/man3/roundup.3 +++ /dev/null @@ -1,56 +0,0 @@ -.\" Copyright (C) 2023 Alejandro Colomar -.\" -.\" SPDX-License-Identifier: Linux-man-pages-copyleft -.\" -.TH roundup 3 2023-10-31 "Linux man-pages 6.7" -.SH NAME -roundup \- round up in steps -.SH LIBRARY -Standard C library -.RI ( libc ) -.SH SYNOPSIS -.nf -.B #include -.P -.BI roundup( x ", " step ); -.fi -.SH DESCRIPTION -This macro rounds -.I x -to the nearest multiple of -.I step -that is not less than -.IR x . -.P -It is typically used for -rounding up a pointer to align it or -increasing a buffer to be allocated. -.P -This API is not designed to be generic, -and doesn't work in some cases -that are not important for the typical use cases described above. -See CAVEATS. -.SH RETURN VALUE -This macro returns the rounded value. -.SH STANDARDS -None. -.SH CAVEATS -The arguments may be evaluated more than once. -.P -.I x -should be nonnegative, -and -.I step -should be positive. -.P -If -.I x + step -would overflow or wrap around, -the behavior is undefined. -.SH SEE ALSO -.BR ceil (3), -.BR floor (3), -.BR lrint (3), -.BR rint (3), -.BR lround (3), -.BR round (3) -- cgit v1.2.3