f4.c File Reference

#include <string.h>
#include <stdio.h>
#include "stack-c.h"
#include "lib/pipo.h"

Include dependency graph for f4.c:

Go to the source code of this file.

Functions

int int_f4 (char *fname)


Function Documentation

int int_f4 ( char *  fname  ) 

Definition at line 6 of file f4.c.

References bar(), CheckLhs, CheckRhs, CheckScalar, foo(), GetRhsVar, istk, LhsVar, m1, and n1.

00007 {
00008   static int l1,m1, n1;
00009   CheckRhs(1,1);
00010   CheckLhs(1,1); 
00011   GetRhsVar(1, "i", &m1, &n1, &l1);
00012   CheckScalar(1,m1,n1); 
00013   *istk(l1)= foo(*istk(l1)); 
00014   *istk(l1)= bar(*istk(l1)); 
00015   LhsVar(1) = 1;
00016   return 0;
00017 }

Here is the call graph for this function:


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