cbprintf Function (tigcc.a)

stdio.h

void cbprintf (vcbprintf_Callback_t callback, void **param, const char *format, ...);

Callback printing function.

cbprintf is an alternate entry point to the vcbprintf function. The difference is that the argument is passed directly through the stack instead of through an argument list pointer.

It is implemented here as an assembly wrapper which calls vcbprintf.


Uses: vcbprintf