cgetarg.c File Reference

#include <stdio.h>

Include dependency graph for cgetarg.c:

Go to the source code of this file.

Functions

void cgetarg (int *n, char *str)


Function Documentation

void cgetarg ( int n,
char *  str 
)

Definition at line 6 of file cgetarg.c.

References getarg().

00010 {
00011   getarg(n,str,strlen(str));
00012 }

Here is the call graph for this function:


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