other-support-procedures.html

来自「Scheme跨平台编译器」· HTML 代码 · 共 3 行

HTML
3
字号
<html><head><title>CHICKEN User's Manual - Other support procedures</title></head><body><p> </p><a name="other-support-procedures"></a><h1>Other support procedures</h1><a name="argc-argv"></a><h2>argc+argv</h2><pre>[procedure] (argc+argv)</pre><p>Returns two values: an integer and a foreign-pointer object representing the <tt>argc</tt> and <tt>argv</tt> arguments passed to the current process.</p><p>Previous: <a href="locations.html" class="internal">Locations</a></p><p>Next: <a href="c-interface.html" class="internal">C interface</a></p></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?