FORM  4.1
Functions
message.c File Reference
#include "form3.h"

Go to the source code of this file.

Functions

VOID Error0 (char *s)
 
VOID Error1 (char *s, UBYTE *t)
 
VOID Error2 (char *s1, char *s2, UBYTE *t)
 
int MesWork ()
 
int MesPrint (va_alist)
 
VOID Warning (char *s)
 
VOID HighWarning (char *s)
 
int MesCall (char *s)
 
WORD MesCerr (char *s, UBYTE *t)
 
WORD MesComp (char *s, UBYTE *p, UBYTE *q)
 
VOID PrintTerm (WORD *term, char *where)
 
VOID PrintTermC (WORD *term, char *where)
 
VOID PrintSubTerm (WORD *term, char *where)
 
VOID PrintWords (WORD *buffer, LONG number)
 

Detailed Description

Contains the routines that write messages. This includes the very important routine MesPrint which is the FORM equivalent of printf but then with escape sequences that are relevant for symbolic manipulation. The FORM statement Print "...." is passed almost literally to MesPrint.

Definition in file message.c.