cdecl
一个在线工具,用于将C语言中的复杂声明转换为易于理解的英语表达,帮助开发者更好地理解代码。
• Copy the embed code to showcase this product on your website
• Share on X to spread the word about this amazing tool
cdecl: C gibberish ↔ English> Example: int (*(*foo)(const void *))[3]> Output: declare foo as pointer to function (pointer to const void) returning pointer to array 3 of int