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