mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
10 lines
178 B
C
10 lines
178 B
C
|
|
#ifndef INCLUDEFIRSTTARGET_H
|
|
#define INCLUDEFIRSTTARGET_H
|
|
|
|
// GOOD: this header file has an include guard.
|
|
|
|
void includeFirstTargetFunction();
|
|
|
|
#endif // INCLUDEFIRSTTARGET_H
|