mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
6 lines
58 B
C
6 lines
58 B
C
#ifndef A_H_
|
|
#define A_H_
|
|
|
|
void Common();
|
|
|
|
#endif // A_H_
|