mirror of
https://github.com/github/codeql.git
synced 2026-01-03 17:50:19 +01:00
9 lines
101 B
C
9 lines
101 B
C
// header1.h
|
|
|
|
#ifndef INCLUDED_HEADER1
|
|
#define INCLUDED_HEADER1
|
|
|
|
// ...
|
|
|
|
#endif // INCLUDED_HEADER1
|