NAME
build_tools/build_nativecall.pl - Build up the native call routines
SYNOPSIS
% perl build_tools/build_nativecall.pl call_list.txt
DESCRIPTION
This script creates the Native Call Interface file src/nci.c. It parses a file of function signatures of the form:
<return-type-specifier><whitespace><parameter-type-specifiers>
...
The types specifiers are documented in src/call_list.txt.
SEE ALSO
src/call_list.txt.