File: same_guard.h

package info (click to toggle)
tor 0.4.8.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 55,852 kB
  • sloc: ansic: 314,750; sh: 7,388; python: 1,829; makefile: 620; perl: 249; pascal: 141
file content (6 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
#ifndef GUARD_MACRO_H
#define GUARD_MACRO_H

int bar(void);

#endif