1 2 3 4 5 6 7 8
#include <stdio.h> #include "hw.h" int c_hw(int a,int b) { int c = a + b; return c; printf("C_hw, build script!!!!\n"); }