2 * Copyright (C) 2001 MontaVista Software Inc.
3 * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License as published by the
7 * Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version.
17 /* this is the maximum width for a variable */
21 * output function takes an void pointer which is passed in as the
22 * second argument in lp_Print(). This black-box argument gives output
23 * function a way to track state.
25 * The second argument in output function is a pointer to char buffer.
26 * The third argument specifies the number of chars to outputed.
28 * output function cannot assume the buffer is null-terminated after
31 void lp_Print(void (*output
)(void *, char *, int),
This page took 0.039165 seconds and 5 git commands to generate.