NAME printf - tell an sprintf string message to this_player() SYNOPSIS void printf(string str) DESCRIPTION Send message str to this_player() piped through sprintf. Config.h must define MUDOS_COMMUNICATION and MUDOS_SPRINTF for this function to exist. SEE ALSO efun/communication/, efun/strings/sprintf