From 4132a111276f4410b7326559d8235df652b0560b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 19 Nov 2015 23:38:02 +0100 Subject: etymology for some functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/assert.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/assert.h') diff --git a/include/assert.h b/include/assert.h index 12b20eb..4523860 100644 --- a/include/assert.h +++ b/include/assert.h @@ -35,6 +35,8 @@ * POSIX specifies that `assert` shall not evaluate the * expression if `NDEBUG` is defined. This is probably * to save CPU-cycles. + * + * @etymology (Assert)ion. */ #ifdef NDEBUG # define assert(expression) ((void)0) @@ -54,6 +56,8 @@ * * `assert_perror` is a GNU-compliant slibc extension. * + * @etymology (`assert`) version of (`perror`). + * * @param errnum:int The error code, describing the error that occurred. */ # ifdef assert_perror @@ -84,6 +88,8 @@ * A compile-time error should occur if the expression * evaluates to zero. * + * @etymology (Static) (assert)tion. + * * @param expression:scalar The expression to evaluate. * @param message:const char* The message to print on error. */ -- cgit v1.2.3-70-g09d2