On Monday 18 April 2005 02:04 pm, David Brownell wrote:
> Here's my latest version of zcip for busybox.
perhaps wrap the main() definition in a NO_BUSYBOX def too ? and instead of
using fprintf(stderr) / perror() in places, utilize bb_{,p}error_msg() /
bb_{,p}error_msg_and_die() ?
-mike