4 * Copyright (C) 2002 by Darren Reed.
6 * See the IPFILTER.LICENCE file for details on licencing.
8 * Id: bcopywrap.c,v 1.1.4.1 2006/06/16 17:20:56 darrenr Exp
13 int bcopywrap(from
, to
, size
)
17 bcopy((caddr_t
)from
, (caddr_t
)to
, size
);