質問編集履歴

1

コードの訂正

2018/11/03 02:12

投稿

Tlllune
Tlllune

スコア15

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```
6
6
 
7
- proc test* (){.header:"../src/test.c",varargs.}
7
+ proc test(){.header:"../src/test.c",importc:"test".}
8
8
 
9
9
  ```
10
10