source:
trunk/minix/commands/m4/Ack.m4@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 95 bytes |
Line | |
---|---|
1 | define(ack, `ifelse($1,0,incr($2),$2,0,`ack(DECR($1),1)', |
2 | `ack(DECR($1), ack($1,DECR($2)))')') |
Note:
See TracBrowser
for help on using the repository browser.