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