Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Mdr-C-Tutorial/C
Browse files Browse the repository at this point in the history
  • Loading branch information
Minsecrus committed Oct 4, 2024
2 parents 7ff186c + 813a483 commit 68f3979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ int a = {}; // C23 起
### 4.2 关键字
1. **类型**:`_Bool(bool)` `char` `double` `float` `int` `long` `short` `signed` `unsigned` `void` `_Complex`
`_Decimal32` `_Decimal64` `_Decimal128` `_Imaginary` `_BigInt`
`_Decimal32` `_Decimal64` `_Decimal128` `_Imaginary` `_BitInt`
2. **指定符和限定符**:`inline` `restrict` `_Alignas(alignas)` `_Atomic` `_Generic`
3. **常量**:`true` `false` `nullptr`
4. **控制语句** 相关:`break` `case` `continue` `default` `do` `else` `for` `goto` `if` `return` `switch` `while`
Expand Down

0 comments on commit 68f3979

Please sign in to comment.