mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
8 lines
95 B
C++
8 lines
95 B
C++
// header_file.h
|
|
|
|
#ifndef HEADER_FILE_H
|
|
#define HEADER_FILE_H
|
|
|
|
// ...
|
|
|
|
#endif // HEADER_FILE_H
|