#include int main(void) { char buf[1024]; snprintf(buf,1024,"Hello strange world\n"); return 0; }