mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
bd61a4e848
This script is not expected to work on windows due to line-ending issues, so I'm not making it get run on an automated basis. We should use it when editing checkSpace.pl. Closes ticket 32613.
7 lines
68 B
C
7 lines
68 B
C
#ifndef GUARD_MACRO_H
|
|
#define GUARD_MACRO_H
|
|
|
|
int bar(void);
|
|
|
|
#endif
|