home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / c / apl / am.c < prev    next >
Encoding:
C/C++ Source or Header  |  1999-11-23  |  440 b   |  16 lines

  1. #include "apl.h"
  2.  
  3. /*    The following code is so system-dependent that it was moved to
  4.  *    a separate file.  It conditions the terminal for APL mode if called
  5.  *    with a non-zero argument, or returns it to its normal state if called
  6.  *    with a zero argument.
  7.  *
  8.  *    I ripped all of this out -- it was old, and didn't really apply to
  9.  *    my situation.  Maybe someday it will be appropriate to put something
  10.  *    back in here -- MEC
  11.  */
  12.  
  13. aplmod(n)
  14. {
  15. }
  16.