/*asmhelp.h - output an help file given a module defn*/
#ifndef asmhelp_H
#define asmhelp_H

#include <stdio.h>

extern os_error *asmhelp_output (FILE *, char *title, char *author,
      lookup_t, lookup_t, lookup_t, lookup_t);

#endif
