12 lines
117 B
C
12 lines
117 B
C
|
#include "begin.h"
|
||
|
|
||
|
#ifdef INCLUDE_A
|
||
|
#include "a.h"
|
||
|
#endif
|
||
|
|
||
|
#ifdef INCLUDE_B
|
||
|
#include "b.h"
|
||
|
#endif
|
||
|
|
||
|
#include "end.h"
|