編譯方式很簡單,先例用 `-c' 編出 object 檔,再用 ar 包起來即可。 ____ hello.c ____ #include void hello(){ printf("Hello "); } ____ world.c ____
確定! 回上一頁