source: trunk/minix/commands/m4/Ack.m4@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 95 bytes
Line 
1define(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.