home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 544a.lha / RPN_v1.0 / Source / proto.h < prev    next >
Text File  |  1991-09-06  |  521b  |  22 lines

  1. /*----------------------------------------*
  2.  | File: PROTO.h - MLO 900131 V1.00       |
  3.  | This file contains all ANSI prototypes |
  4.  *----------------------------------------*/
  5.  
  6. void cleanup(int code);
  7. void deallMem(void);
  8. void enter(void);
  9. void impEnter(void);
  10. void keypick(int code);
  11. void mainloop(void);
  12. void menupick(USHORT code);
  13. void outAcc(int n);
  14. void outReg(int n);
  15. void outStk(void);
  16. double regCoef(void);
  17. void setup(void);
  18. void writeacc(int n);
  19. void writereg(int n);
  20. void writestack(int n);
  21. void xs(double x);
  22.