cgetarg.c

Go to the documentation of this file.
00001 #include <stdio.h>
00002 
00003 #ifdef __STDC__
00004 void cgetarg(int * n, char * str)
00005 #else
00006 void cgetarg(n,str)
00007   int * n;
00008   char * str;
00009 #endif
00010 {
00011   getarg(n,str,strlen(str));
00012 }

Generated on Sun Mar 4 15:03:45 2007 for Scilab [trunk] by  doxygen 1.5.1