Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > cd14cddf3b3ceaf1193157472227757a > files > 372

parrot-doc-1.6.0-1mdv2010.0.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Parrot  - Build up the native call routines</title>
        <link rel="stylesheet" type="text/css"
            href="../../../resources/parrot.css"
            media="all">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    </head>
    <body>
        <div id="wrapper">
            <div id="header">

                <a href="http://www.parrot.org">
                <img border=0 src="../../../resources/parrot_logo.png" id="logo" alt="parrot">
                </a>
            </div> <!-- "header" -->
            <div id="divider"></div>
            <div id="mainbody">
                <div id="breadcrumb">
                    <a href="../../../html/index.html">Home</a> &raquo; <a href="../../../html/tools.html">Tools</a> &raquo; Build up the native call routines
                </div>

<h1><a name="NAME"
>NAME</a></h1>

<p>tools/build/nativecall.pl &#45; Build up the native call routines</p>

<h1><a name="SYNOPSIS"
>SYNOPSIS</a></h1>

<pre>    % perl tools/build/nativecall.pl src/call_list.txt</pre>

<h1><a name="DESCRIPTION"
>DESCRIPTION</a></h1>

<p>This script creates the Native Call Interface file <em>src/nci.c</em>. It parses a file of function signatures of the form:</p>

<pre> &#60;return&#45;type&#45;specifier&#62;&#60;ws&#62;&#60;parameter&#45;type&#45;specifiers&#62;[&#60;ws&#62;][#&#60;comment&#62;]
    ...
Empty lines and lines containing only whitespace or comment are ignored.
The types specifiers are documented in F&#60;src/call_list.txt&#62;.</pre>

<h1><a name="SEE_ALSO"
>SEE ALSO</a></h1>

<p><em>src/call_list.txt</em>. <em>docs/pdds/pdd16_native_call.pod</em>.</p>
            </div> <!-- "mainbody" -->
            <div id="divider"></div>
            <div id="footer">
	        Copyright &copy; 2002-2009, Parrot Foundation.
            </div>
        </div> <!-- "wrapper" -->
    </body>
</html>