TAP_SPrint

Topfield Documentation

void TAP_SPrint(void *str, const void *fmt, ...);

It puts the formatted string to str.

Additional Documentation

TAP API header file (TAP.H) contains next line:

#define sprintf TAP_SPrint
so instead of using TAP_SPrint in your code you can also use keyword sprintf.