#ifndef RULEPRINT_H
#define RULEPRINT_H 1

#include <stddef.h>

#include "memory.h"
#include "bool.h"

#include "rule.h"
#include "verb.h"
#include "verbrgy.h"
#include "action.h"
#include "FieldCore.h"

#ifdef __STDC__
extern int Alruleprint(char *, int, Bool, AlRule);
#else
extern int Alruleprint();
#endif

#endif
