alien.marshall.syntax: add C-INCLUDE: <stdlib.h> to please OpenBSD x86-64
parent
1993274d01
commit
d63f8ed682
|
@ -18,6 +18,7 @@ HELP: CM-FUNCTION:
|
||||||
"C-LIBRARY: exlib"
|
"C-LIBRARY: exlib"
|
||||||
""
|
""
|
||||||
"C-INCLUDE: <stdio.h>"
|
"C-INCLUDE: <stdio.h>"
|
||||||
|
"C-INCLUDE: <stdlib.h>"
|
||||||
"CM-FUNCTION: char* sum_diff ( const-int a, const-int b, int* x, int* y )"
|
"CM-FUNCTION: char* sum_diff ( const-int a, const-int b, int* x, int* y )"
|
||||||
" *x = a + b;"
|
" *x = a + b;"
|
||||||
" *y = a - b;"
|
" *y = a - b;"
|
||||||
|
|
Loading…
Reference in New Issue