标签: c stack
struct Stack* createStack(unsigned capacity) //Is this a pointer function? { . . }
是否可以有一个指针函数?