Your IP : 216.73.216.170


Current Path : /proc/self/root/usr/share/doc/m4/examples/
Upload File :
Current File : //proc/self/root/usr/share/doc/m4/examples/exp.m4

define(`countdown', `$1 ifelse(eval($1 > 0), 1, `countdown(decr($1))', `Done')')