瀏覽代碼

ENH: make it work for hp

Bill Hoffman 19 年之前
父節點
當前提交
4c87d57e71
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Tests/LibName/foobar.c

+ 1 - 1
Tests/LibName/foobar.c

@@ -3,7 +3,7 @@ __declspec(dllimport)
 #endif
 extern  void bar();
 
-int main(int ac, char** av)
+int main()
 {
   bar();
   return 0;