Files
2018-08-02 17:53:23 +01:00

10 lines
196 B
C

// NB: This filename has a capital H to ensure that header files are identified regardless of case.
#ifndef MATCHED
#define MATCHED
// GOOD: this file has an include guard.
int matched;
#endif