
which determines whether a particular file is actually a header that is intended to be guarded from multiple inclusions within the same translation unit. llvm-svn: 130808
7 lines
86 B
C
7 lines
86 B
C
#ifndef GUARDED_HEADER_H
|
|
#define GUARDED_HEADER_H
|
|
|
|
int y;
|
|
|
|
#endif // GUARDED_HEADER_H
|