Next: , Previous: , Up: C library functions   [Index]


printf

printf Function

#include <stdio.h>

String new message;
String new fmt;

printf (fmt, message);