intex9c.c

Go to the documentation of this file.
00001 #include "stack-c.h"
00002 
00005 extern int as2osc  __PARAMS((char *thechain));
00006 
00007 /*--------------------------------------------------------
00008  * A string argument passed to as2osc
00009  *--------------------------------------------------------*/
00010 
00011 int intex9c(fname)
00012      char* fname;
00013 { 
00014   int l1,m1,n1;
00015   static int minlhs=1, minrhs=1, maxlhs=1, maxrhs=1;
00016 
00017   CheckRhs(minrhs,maxrhs) ;
00018   CheckLhs(minlhs,maxlhs) ;
00019 
00020   GetRhsVar( 1, "c", &m1, &n1, &l1);
00021 
00022   as2osc(cstk(l1));
00023 
00024   LhsVar(1) = 1;
00025   return(0);
00026 }
00027 
00028 
00029 
00030 
00031 
00032 
00033 

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