2 * Copyright (C) 1993-2001 by Darren Reed.
4 * See the IPFILTER.LICENCE file for details on licencing.
6 * $Id: printbuf.c,v 1.5.4.1 2004/12/09 19:41:22 darrenr Exp $
14 void printbuf(buf
, len
, zend
)
21 for (s
= buf
, i
= len
; i
; i
--) {
27 if ((c
== '\0') && zend
)