File: commentindefine.cc

package info (click to toggle)
fastdep 0.16-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 596 kB
  • ctags: 323
  • sloc: cpp: 2,144; ansic: 814; sh: 208; makefile: 124
file content (3 lines) | stat: -rw-r--r-- 57 bytes parent folder | download | duplicates (5)
1
2
3
#ifndef symbol		/* some comment */
#include "a.h"
#endif