home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / programmers / misc / imagefx_sdk / sas / scanlib / cprint.c < prev    next >
Encoding:
C/C++ Source or Header  |  1978-06-29  |  104 b   |  9 lines

  1. #include <scan/modall.h>
  2.  
  3. int ChangePrinter (GedButtonProto)
  4. {
  5.    RequestNewPrinter();
  6.    return(0);
  7. }
  8.  
  9.