syn68k/runtime/native/i386/process.h

11 lines
277 B
C
Raw Normal View History

2008-09-26 14:25:10 +00:00
#ifndef _PROCESS_H_INCLUDED_
#define _PROCESS_H_INCLUDED_
#include <stdio.h>
extern int process_template (FILE *fp, FILE *header_fp, const template_t *t,
const char *make, int swapop_p);
extern int count_operands (const char *s);
#endif /* !_PROCESS_H_INCLUDED_ */