mirror of
https://git.wuffs.org/MWCC
synced 2025-07-04 13:05:51 +00:00
12 lines
216 B
C
12 lines
216 B
C
#ifndef COMPILER_GCCINLINEASM_H
|
|
#define COMPILER_GCCINLINEASM_H
|
|
|
|
#include "compiler/common.h"
|
|
|
|
extern void InlineAsm_SkipComment(void);
|
|
extern void InlineAsm_gcc_parse(void);
|
|
|
|
extern Statement *first_ST_ASM;
|
|
|
|
#endif
|