NAME
tools/build/nativecall.pl - Build up the native call routines
SYNOPSIS
% perl 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><ws><parameter-type-specifiers>[<ws>][#<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.