alien.marshall.syntax: add C-INCLUDE: <stdlib.h> to please OpenBSD x86-64

db4
Slava Pestov 2009-07-31 19:54:11 -05:00
parent 1993274d01
commit d63f8ed682
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ HELP: CM-FUNCTION:
"C-LIBRARY: exlib"
""
"C-INCLUDE: <stdio.h>"
"C-INCLUDE: <stdlib.h>"
"CM-FUNCTION: char* sum_diff ( const-int a, const-int b, int* x, int* y )"
" *x = a + b;"
" *y = a - b;"