#include <string.h>
#include "machine.h"
#include "cerro.h"
Include dependency graph for cerro.c:
Go to the source code of this file.
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:
Referenced by cerro(), and mexerrmsgtxt().
Here is the caller graph for this function: