File: same_guard.h

package info (click to toggle)
tor 0.4.9.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 56,644 kB
  • sloc: ansic: 318,917; sh: 7,416; python: 1,829; makefile: 622; perl: 249; pascal: 141
file content (6 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
#ifndef GUARD_MACRO_H
#define GUARD_MACRO_H

int bar(void);

#endif