質問編集履歴
1
$result を &resultに修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
|
20
20
|
|
21
|
-
write(1,
|
21
|
+
write(1, &result, 4);
|
22
22
|
|
23
23
|
// printf("%d\n", result);
|
24
24
|
|