Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は C 言語を学んでいますが、学習中に、まったく新しく奇妙であるコード行を見つけました void PullDown(char **, int, void (__cdecl **)(void)); 。第3引数について知りたいです。__cdecl の後の 2 つのアスタリスクの使用は何ですか? 私はこの構文から知っている(type_cast *)ので、型キャストに関連していますか?
void PullDown(char **, int, void (__cdecl **)(void));
(type_cast *)