csub.c

Go to the documentation of this file.
00001 /* ==================================================================== */
00002 /* Allan CORNET */
00003 /* INRIA 2008 */
00004 /* Template toolbox_skeleton */
00005 /* ==================================================================== */
00006 int csub(double *a, double *b, double *c)
00007 {
00008         *c = *a - *b;
00009         return 0;
00010 }
00011 /* ==================================================================== */

Generated on Tue Sep 9 17:48:18 2008 for Scilab [trunk] by  doxygen 1.5.5