mirror of
https://git.wuffs.org/MWCC
synced 2025-07-23 23:25:53 +00:00
12 lines
271 B
C
12 lines
271 B
C
#ifndef COMPILER_CODEGENOPTPPC_H
|
|
#define COMPILER_CODEGENOPTPPC_H
|
|
|
|
#include "compiler/common.h"
|
|
|
|
extern void CodeGen_InitCompiler(void);
|
|
extern void CodeGen_TermCompiler(void);
|
|
extern void CodeGen_InitBackEndOptions(void);
|
|
extern void Test_Version_Numbers(void);
|
|
|
|
#endif
|