4 * Copyright (C) 2000-2004 by Darren Reed.
6 * See the IPFILTER.LICENCE file for details on licencing.
8 * Id: printbuf.c,v 1.5.4.2 2006/06/16 17:21:10 darrenr Exp
16 void printbuf(buf
, len
, zend
)
23 for (s
= buf
, i
= len
; i
; i
--) {
29 if ((c
== '\0') && zend
)