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