Macaulay2 Engine
Loading...
Searching...
No Matches
error.c File Reference
#include "error.h"
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>

Go to the source code of this file.

Macros

#define MAXERROR   200

Functions

void ERROR (const char *s,...)
void INTERNAL_ERROR (const char *s,...)
int error ()
const char * error_message ()

Variables

static int iserror = 0
static char errmsg [MAXERROR] = {'\0'}