hartmannathan commented on code in PR #17360: URL: https://github.com/apache/nuttx/pull/17360#discussion_r2551106908
########## include/sys/param.h: ########## @@ -53,6 +53,39 @@ # define nitems(_a) (sizeof(_a) / sizeof(0[(_a)])) #endif /* nitems */ +/* Macros for counting and rounding. + * + * These macros accept value to be rounded or checked as 'a' and base as 'b'. + * They are consistent with those provided by some BSDs. + * Review Comment: Thank you! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
