I want to add command line (shell) like statement to C is it possible to implement this syntax by clang and llvm?  The syntax is like<br><br>func arg1 arg2 ... argn;<br><br>and define func like<br><br>void func( int arg1, int arg2, ..., int argn)<br>
{ ...}<br><br>Charlie<br><br><br><br>