#include "setup.h"#include <stdio.h>#include "memalloc.h"#include "prntutil.h"#include "router.h"#include "tmpltfun.h"#include "tmpltdef.h"#include "factrhs.h"#include "extnfunc.h"#include "modulutl.h"#include "default.h"#include "tmpltutl.h"#include "tmpltlhs.h"#include "tmpltrhs.h"

Go to the source code of this file.
Defines | |
| #define | _TMPLTRHS_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle struct expr * | ParseAssertTemplate (void *theEnv, char *readSource, struct token *theToken, int *error, int endType, int constantsOnly, struct deftemplate *theDeftemplate) |
| #define _STDIO_INCLUDED_ |
Definition at line 35 of file tmpltrhs.c.
| #define _TMPLTRHS_SOURCE_ |
Definition at line 28 of file tmpltrhs.c.
| globle struct expr* ParseAssertTemplate | ( | void * | theEnv, | |
| char * | readSource, | |||
| struct token * | theToken, | |||
| int * | error, | |||
| int | endType, | |||
| int | constantsOnly, | |||
| struct deftemplate * | theDeftemplate | |||
| ) | [read] |
Definition at line 65 of file tmpltrhs.c.
1.5.6