Alejandro Colomar 62172f6fb5 Call NULL by its name
In variadic functions we still do the cast.  In POSIX, it's not
necessary, since NULL is required to be of type 'void *', and 'void *'
is guaranteed to have the same alignment and representation as 'char *'.
However, since ISO C still doesn't mandate that, and moreover they're
doing dubious stuff by adding nullptr, let's be on the cautious side.
Also, C++ requires that NULL is _not_ 'void *', but either plain 0 or
some magic stuff.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
2023-02-02 13:08:30 -06:00
..
2023-02-01 09:10:34 +01:00
2022-12-29 13:58:49 -06:00
2022-12-29 13:58:49 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2022-12-22 18:03:39 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2022-09-27 16:52:06 +02:00
2021-12-23 19:36:50 -06:00
2023-02-02 13:08:30 -06:00
2022-12-22 11:43:29 +01:00
2023-01-25 12:31:17 +01:00
2022-12-22 11:43:29 +01:00
2023-02-02 13:08:30 -06:00
2021-12-23 19:36:50 -06:00
2022-12-22 11:43:29 +01:00
2022-05-24 07:49:11 -05:00
2021-12-23 19:36:50 -06:00
2022-09-27 16:52:06 +02:00
2022-05-24 07:49:11 -05:00
2022-05-24 07:49:11 -05:00
2022-12-22 11:43:29 +01:00
2022-12-22 11:43:29 +01:00
2023-02-02 13:08:30 -06:00
2022-12-22 11:43:29 +01:00
2022-12-22 11:43:29 +01:00
2021-12-23 19:36:50 -06:00
2023-02-02 13:08:30 -06:00
2021-12-23 19:36:50 -06:00
2023-01-26 22:44:39 -06:00
2022-09-27 16:52:06 +02:00
2022-12-22 11:43:29 +01:00
2023-01-26 22:44:39 -06:00
2022-12-22 11:43:29 +01:00