GNU上的void指针

GNU下的void指针#include stdio.htypedef enum{red,green,blue,}color_typestatic int choose(void *ty

GNU下的void指针