Skip to content

Commit c70c09d

Browse files
committed
Adds definition of CHAR_BITS
1 parent 6fd5189 commit c70c09d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

riscv-elf.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,8 @@ There are two conventions for C type sizes and alignments.
310310

311311
The alignment of `max_align_t` is 16.
312312

313+
`CHAR_BITS` is 8.
314+
313315
Structs and unions are aligned to the alignment of their most strictly aligned
314316
member. The size of any object is a multiple of its alignment.
315317

0 commit comments

Comments
 (0)