mirror of
https://git.wuffs.org/MWCC
synced 2025-07-23 23:25:53 +00:00
11 lines
240 B
C
11 lines
240 B
C
#ifndef COMPILER_CPREPROCESS_H
|
|
#define COMPILER_CPREPROCESS_H
|
|
|
|
#include "compiler/common.h"
|
|
|
|
extern void CPrep_PreprocessDumpNewLine(void);
|
|
extern void CPrep_PreprocessDumpFileInfo(Boolean flag);
|
|
extern void CPrep_Preprocess(void);
|
|
|
|
#endif
|