A function call in C and many programming languages derived therefrom. Interpolates a non-string variable into a string using a (fairly arcane) formatting-code system, and returns the formatted, interpolated string.

The only function of printf() family that exists in LPC.

Too bad this is already taken; this would make a really good name for a function that would cause an android to run in a specific format.

#include <robotics.h>
main(void)
 {
  sprintf(sprintmeter(10),run(FAST));
 } 

Log in or register to write something here or to contact authors.