Switching from phpdoc to doxygen (use less than 32MB of memory).
[lhc/web/wiklou.git] / maintenance / counter.php
1 <?php
2 function print_c($last, $current) {
3 echo str_repeat( chr(8), strlen( $last ) ) . $current;
4 }
5 ?>