So is this possible? If I ever wanted sprintf(str, "%doodle %d", var); print "% doodle 123" and not "123oodle", how can I stop the first% d from processing?
sprintf(str, "%doodle %d", var);
%% avoids%