#include "machine.h"
Include dependency graph for cdoublef.c:
Go to the source code of this file.
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: