cerro.c File Reference

#include <string.h>
#include "machine.h"
#include "cerro.h"

Include dependency graph for cerro.c:

Go to the source code of this file.

Functions

void C2F() erro ()
void cerro (char *str)


Function Documentation

void cerro ( char *  str  ) 

Definition at line 9 of file cerro.c.

References C2F, erro(), and l.

00010 {
00011   int l;
00012   l = strlen(str) + 1;
00013   C2F(erro)(str,l);
00014 }

Here is the call graph for this function:

void C2F() erro (  ) 

Referenced by cerro(), and mexerrmsgtxt().

Here is the caller graph for this function:


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