cs2st.c File Reference

#include "machine.h"
#include "cs2st.h"

Include dependency graph for cs2st.c:

Go to the source code of this file.

Functions

int C2F() cs2st (integer *i, integer *ires)


Function Documentation

int C2F() cs2st ( integer i,
integer ires 
)

Definition at line 9 of file cs2st.c.

References i, int, and ires.

00010 {
00011   unsigned int ui;
00012   ui = (unsigned int) *i;
00013   ui = (ui/4)+1;
00014   *ires = (ui/2)+1;
00015   return 0;
00016 }


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