xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
pcntplus.awk
(revision c432de9c6e1189ea0aa9b0fe1c35c18427653f27)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
printf
"%+d %d\n"
,
3
,
4
}
2