[ECOS] stdio vs. diag_printf
Gary Thomas
gthomas@redhat.com
Mon Jul 10 15:18:00 GMT 2000
On 11-Jul-2000 Grant Edwards wrote:
> Unfortunately, lack of printf() breaks a some tests and some
> networking stuff, but that's easy enough to fix. I'll have to
> look up the gnu cpp extensions to see if there's a way to do
>
>#define define printf(vararg_list) daig_printf(vararg_list)
>
You chould be able to get away with:
#include <cyg/infra/diag.h>
#define printf diag_printf
More information about the Ecos-discuss
mailing list