File: multiline

package info (click to toggle)
cpphs 0.7-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 360 kB
  • ctags: 18
  • sloc: haskell: 939; makefile: 79; sh: 36; ansic: 11
file content (10 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
#define aLongMacroDefinition(x,y)	\
	some line here;	\
	and some more;	\
	finish now
5 back to ordinary text.
#include "inclusion"
7 hello again
8 some more
9 aLongMacroDefinition(a,b)
10 end