123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <html lang="en">
- <head>
- <title>Invocation - avram - a virtual machine code interpreter</title>
- <meta http-equiv="Content-Type" content="text/html">
- <meta name="description" content="avram - a virtual machine code interpreter">
- <meta name="generator" content="makeinfo 4.13">
- <link title="Top" rel="start" href="index.html#Top">
- <link rel="up" href="Library-Reference.html#Library-Reference" title="Library Reference">
- <link rel="prev" href="File-Manipulation.html#File-Manipulation" title="File Manipulation">
- <link rel="next" href="Version-Management.html#Version-Management" title="Version Management">
- <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
- <meta http-equiv="Content-Style-Type" content="text/css">
- <style type="text/css"><!--
- pre.display { font-family:inherit }
- pre.format { font-family:inherit }
- pre.smalldisplay { font-family:inherit; font-size:smaller }
- pre.smallformat { font-family:inherit; font-size:smaller }
- pre.smallexample { font-size:smaller }
- pre.smalllisp { font-size:smaller }
- span.sc { font-variant:small-caps }
- span.roman { font-family:serif; font-weight:normal; }
- span.sansserif { font-family:sans-serif; font-weight:normal; }
- --></style>
- </head>
- <body>
- <div class="node">
- <a name="Invocation"></a>
- <p>
- Next: <a rel="next" accesskey="n" href="Version-Management.html#Version-Management">Version Management</a>,
- Previous: <a rel="previous" accesskey="p" href="File-Manipulation.html#File-Manipulation">File Manipulation</a>,
- Up: <a rel="up" accesskey="u" href="Library-Reference.html#Library-Reference">Library Reference</a>
- <hr>
- </div>
- <h3 class="section">3.4 Invocation</h3>
- <p>The functions documented in this section can be used to incorporate the
- capabilities of a virtual machine emulator into other C programs with
- a minimal concern for the details of the required data structures
- and virtual code invocation conventions.
- <ul class="menu">
- <li><a accesskey="1" href="Command-Line-Parsing.html#Command-Line-Parsing">Command Line Parsing</a>
- <li><a accesskey="2" href="Execution-Modes.html#Execution-Modes">Execution Modes</a>
- </ul>
- </body></html>
|