17 lines
182 B
C
17 lines
182 B
C
|
/*
|
||
|
4coder_cpp_preprocessor.h - An unoptimized non-in-place preprocessor.
|
||
|
*/
|
||
|
|
||
|
// TOP
|
||
|
|
||
|
#if !defined(FCODER_CPP_PREPROCESSOR_H)
|
||
|
#define FCODER_CPP_PREPROCESSOR_H
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|
||
|
// BOTTOM
|
||
|
|
||
|
|