#include "sum.h" double sum(double a, double b) { return a + b; }. 其對應的標頭檔(header file) sum.h 內容如下:
確定! 回上一頁