struct Stack* createStack(unsigned capacity) //Is this a pointer function? { . . }
Возможно ли иметь функцию указателя?