blob: f5899f08cf63c9b3181589595e2c992c0b1059f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef AHOY_C8ASM_COMMON_H
#define AHOY_C8ASM_COMMON_H
#include <rune.h>
extern size_t filesize;
extern const char *filename;
extern const char8_t *baseptr;
#endif /* !AHOY_C8ASM_COMMON_H */
|