We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b390ce commit 17e5103Copy full SHA for 17e5103
riscv-elf.md
@@ -300,8 +300,12 @@ the imaginary part.
300
A future version of this specification may define an ILP32 ABI for
301
RV64G, but currently this is not a supported operating mode.
302
303
+
304
+A null pointer (for all types) has the value zero.
305
306
The value of `_Alignof(max_align_t)` is 16.
307
308
309
## <a name=va-list-va-start-and-va-arg></a> va_list, va_start, and va_arg
310
311
The `va_list` type is `void*`. A callee with variadic arguments is responsible
0 commit comments