#include <stdio.h> void main() { fprintf( stdprn, "Print from c."); fprintf(stdprn, "\n \r Hiiiiiiii?\n\r"); fprintf(stdprn, "\n\r Hello.\f"); }