• Top
    • Documentation
      • Xdoc
        • Undocumented
        • Save
        • Defsection
        • Markup
        • Preprocessor
        • Terminal
        • Emacs-links
        • Entities
        • Defxdoc
        • Katex-integration
        • Constructors
        • Defxdoc+
        • Save-rendered
        • Add-resource-directory
        • Testing
        • Order-subtopics
        • Save-rendered-event
        • Archive-matching-topics
        • Archive-xdoc
        • Xdoc-extend
        • Set-default-parents
        • Missing-parents
          • Keywords
            • *keywords-gcc-c17*
            • *keywords-gcc-c23*
            • *keywords-c23*
            • *keywords-c17*
            • Movbe-reverse-bytes
            • Missing-parents-test
          • Defpointer
          • Defxdoc-raw
          • Xdoc-tests
          • Xdoc-prepend
          • Defsection-progn
          • Gen-xdoc-for-file
        • ACL2-doc
        • Recursion-and-induction
        • Loop$-primer
        • Operational-semantics
        • Pointers
        • Doc
        • Documentation-copyright
        • Publications
        • Course-materials
        • Args
        • ACL2-doc-summary
        • Finding-documentation
        • Broken-link
        • Doc-terminal-test-2
        • Doc-terminal-test-1
      • Books
      • Boolean-reasoning
      • Projects
      • Debugging
      • Community
      • Std
      • Proof-automation
      • Macro-libraries
      • ACL2
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • Math
      • Testing-utilities
    • Keywords

    *keywords-c17*

    List of the C17 keywords [C17:6.4.1/1].

    Definition: *keywords-c17*

    (defconst *keywords-c17*
      '("auto" "break" "case"
               "char" "const" "continue" "default" "do"
               "double" "else" "enum" "extern" "float"
               "for" "goto" "if" "inline" "int" "long"
               "register" "restrict" "return" "short"
               "signed" "sizeof" "static" "struct"
               "switch" "typedef" "union" "unsigned"
               "void" "volatile" "while" "_Alignas"
               "_Alignof" "_Atomic" "_Bool" "_Complex"
               "_Generic" "_Imaginary" "_Noreturn"
               "_Static_assert" "_Thread_local"))