Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 501 Bytes

File metadata and controls

4 lines (3 loc) · 501 Bytes

A collection of mildly interesting things I've learned while working on this project.

  • Internal identifiers have a limit of 63 characters, and external identifiers have a limit of 31 characters - longer identifiers with shared prefixes might be treated as the same by conformant compilers (N1570, §5.2.4.1)
  • Structs and unions have a limit of 1023 members (N1570, §5.2.4.1).