IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2006, 10:58:49 PM (20 years ago)
Author:
eugene
Message:

major updates to use gprint for buffered / threaded printing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/echo.c

    r2598 r7917  
    66
    77  for (i = 1; i < argc; i++) {
    8     fprintf (GetOutfile(), "%s ", argv[i]);
     8    gprint (GP_LOG, "%s ", argv[i]);
    99  }
    10   fprintf (GetOutfile(), "\n");
     10  gprint (GP_LOG, "\n");
    1111  return (TRUE);
    1212}
Note: See TracChangeset for help on using the changeset viewer.