home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / dots151.zip / GRAPHSRC.ZIP / STUB.C < prev    next >
C/C++ Source or Header  |  1990-06-18  |  399b  |  22 lines

  1. /*
  2.     stub - nonfunctioning routines corresponding to those
  3.             in "adjust.c" or "gmouse.c"
  4.  
  5. */
  6. #include <stdio.h>
  7. #include "graph.h"
  8.  
  9. extern char *default_script_file;
  10.  
  11. adjust_parameters() {}
  12. init_menus() {}
  13. ctrlbrk() {}
  14. GetEvent() {return 'q';}
  15. scr_csts(){ return 0;}
  16. #ifdef __TURBOC__
  17. scr_ci() {getch(); return 'q';}
  18. #else
  19. scr_ci() {getchar(); return 'q';}
  20. #endif
  21. scr_term() {}
  22.