File: x_arguments.vpp

package info (click to toggle)
vbpp 1.1.0-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 480 kB
  • ctags: 277
  • sloc: sh: 2,496; ansic: 1,474; lex: 1,097; yacc: 511; makefile: 157
file content (16 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
`define u
`define v mnop
`define w	mnop
`define x(a,b,c) abc \
	def
`define y (a,b,c) ghi jkl

`u
`v cd
`w	ef
`w	
`y(1,2,3)
`y(1,2,3) abc
`x (1,2,3)
`x	(1,2,3)
`x (1,2,3) def