blob: 7b37a53c4ef4d2f76d457ec07c0d7cfc679fab86 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef AHOY_C8ASM_ASSEMBLER_H
#define AHOY_C8ASM_ASSEMBLER_H
#include <stdio.h>
#include "parser.h"
void assemble(FILE *, struct ast);
#endif /* !AHOY_C8ASM_ASSEMBLER_H */
|