home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / GNU_ATP_1_40.lzh / SRC / ansi.h < prev    next >
Text File  |  1993-08-02  |  2KB  |  60 lines

  1.  
  2. /*
  3.      ATP QWK MAIL READER FOR READING AND REPLYING TO QWK MAIL PACKETS.
  4.      Copyright (C) 1992  Thomas McWilliams 
  5.      Copyright (C) 1990  Rene Cougnenc
  6.      
  7.      This program is free software; you can redistribute it and/or modify
  8.      it under the terms of the GNU General Public License as published by
  9.      the Free Software Foundation; either version 1, or (at your option)
  10.      any later version.
  11.      
  12.      This program is distributed in the hope that it will be useful,
  13.      but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.      GNU General Public License for more details.
  16.      
  17.      You should have received a copy of the GNU General Public License
  18.      along with this program; if not, write to the Free Software
  19.      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20.  
  21. */
  22.  
  23. /*
  24.                                 ANSI.H
  25.  
  26.          prototypes du module ansi.c pour compilateurs ansi
  27.  
  28. Checksum:  718324774 for use by Brik.
  29. */
  30.  
  31. extern  int  ansi ;
  32. extern  void cls();
  33. extern  void deleol();
  34. extern  void clear();
  35. extern  void high();
  36. extern  void blink();
  37. extern  void reverse();
  38. extern  void black();
  39. extern  void red();
  40. extern  void green();
  41. extern  void yellow();
  42. extern  void blue();
  43. extern  void magenta();
  44. extern  void cyan();
  45. extern  void white();
  46. extern  void bblack();
  47. extern  void bred();
  48. extern  void bgreen();
  49. extern  void byellow();
  50. extern  void bblue();
  51. extern  void bmagenta();
  52. extern  void bcyan();
  53. extern  void bwhite();
  54. extern  void locate();
  55. extern  void up();
  56. extern  void dn();
  57. extern  void right();
  58. extern  void left();
  59. /*---------------------- end of ansi.h -----------------------------------*/
  60.