void cvrnPrintf (char *fmt, ...)

A thread-safe printf

Documentation

A thread-safe printf. Use this rather than the standard printf to print text to the TTY.

example 1:

cvrnPrintf("Hello %d %f", foo,bar);

prints something like:

Hello 123 32.4

Parameters:
fmt - format string that you normally would have specified for printf.
arguments - for the format string.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de