2012年10月3日 - gcc -o testit teststack.c stack.c. You need to compile both C source files and link the object files; this does it all in one command.
stackoverflow.com