mirror of
https://github.com/github/codeql.git
synced 2026-03-06 07:36:47 +01:00
8 lines
98 B
C
8 lines
98 B
C
// guarded.h
|
|
|
|
#ifndef GUARDED_H
|
|
#define GUARDED_H
|
|
|
|
// ... content ...
|
|
|
|
#endif // GUARDED_H
|