#include int main(void) { fprintf(stdprn, "It will Print on Printer Directly...."); fprintf(stdprn, "\n\rNo Out Put On Screen... ???\n\r"); fprintf(stdprn, "\n\rCheck it your self... :) \f"); return 0; }
No comments:
Post a Comment