Line 72:
Line 72:
In the main() common argc and argv are accessed using the
In the main() common argc and argv are accessed using the
−
<pre>
+
<source lang="C">
−
argc = std_argc(arg_p); argv = std_argv(arg_p, argc);
+
argc = std_argc(arg_p);
−
</pre>
+
argv = std_argv(arg_p, argc);
+
</source>
calls available in <code>argv</code> [[Compel/Plugins|plugin]]. Then use argc and argv as you would use them in normal C program run from shell.
calls available in <code>argv</code> [[Compel/Plugins|plugin]]. Then use argc and argv as you would use them in normal C program run from shell.