Printing on a printer in C, Getting Hard Copy by C

 
#include
int main(void)
{
fprintf(stdprn, "The barber shaves all those who do not"
" shave themselves.");
fprintf(stdprn, "\n\rQuestion: Who shaves the barber?\n\r");
fprintf(stdprn, "\n\rAnswer: She doesn't need to shave.\f");
return 0;
}



No comments:

Post a Comment