cdoublef.c File Reference

#include "machine.h"

Include dependency graph for cdoublef.c:

Go to the source code of this file.

Functions

void C2F() cdoublef (int *n, ip, double *op)


Function Documentation

void C2F() cdoublef ( int n,
ip  ,
double *  op 
)

Definition at line 10 of file cdoublef.c.

References free(), i, ip, n, and op.

00014 {
00015   int i;
00016   if ( *n >0 ) {
00017       for (i = 0; i < *n; i++)
00018           op[i]=(*ip)[i];
00019       free((char *)(*ip));
00020   }
00021 }

Here is the call graph for this function:


Generated on Sun Mar 4 16:08:53 2007 for Scilab [trunk] by  doxygen 1.5.1