【发布时间】:2011-07-25 13:54:22
【问题描述】:
我有一个关于 c 语言中 typedef 的问题。 我阅读了以下代码:
typedef void* (*RT) (int a, int b);
本例中的 typedef 是什么?
【问题讨论】:
-
这个问题为您提供了能够破译自己的信息和链接:stackoverflow.com/questions/89056/…Teach a man to fish and all that...