next up previous
Next: Phrase Structure Up: Lexical Structure Previous: Operators

Support code

Scanner.c[37]:

#include "strmath.h"
#include "err.h"
#include "csm.h"
#include "termcode.h"

static void
#if PROTO_OK
NormInt(char *c, int l, int *t, int *s, int r)
#else
NormInt(c, l, t, s, r) char *c; int l, *t, *s, r;
#endif
NormInt(char *c, int l, int *t, int *s, int r)[19]

Report a keyword error[10]

Normalize a literal value[18]
This macro is attached to a product file.



2008-09-11