NAME
build_tools/build_nativecall.pl - Build up the native call routines
SYNOPSIS
% perl build_tools/build_nativecall.pl src/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>[<whitespace>][#<comment>]
...
Empty lines and lines containing only whitespace or comment are ignored.
The types specifiers are documented in F<src/call_list.txt>.
SEE ALSO
src/call_list.txt. docs/pdds/pdd16_native_call.pod.