add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/common/cdecl.md Normal file
View File

@@ -0,0 +1,20 @@
# cdecl
> 编写和解码 C 和 C++ 类型声明。
> 更多信息:<https://github.com/paul-j-lucas/cdecl>。
- 将英文短语组成 C 声明,并创建可编译的输出(包括 `;``{}`
`cdecl -c {{phrase}}`
- 用英语解释 C 声明:
`cdecl explain {{C_declaration}}`
- 将变量转换为另一种类型:
`cdecl cast {{variable_name}} to {{type}}`
- 以交互模式运行:
`cdecl -i`