home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 320.lha / HPIIc / hpsrc / io.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-12-05  |  665 b   |  12 lines

  1. extern int comma; /* The current comma setting : true if decimal point is a comma,
  2.  false if it is a point */
  3.  
  4. enum KeyTypes ReadKey(WORD *); /* Read a complete key sequence */
  5. void Disp(void); /* Display the current value of X register */
  6. void Error(int); /* Display Error n */
  7. int GetKey(void); /* Read a key from the HP11 (waiting for its release) */
  8. int scrpos(char *, int); /* Return position n on the liquid cristal display in string t */
  9. int scrlen(char *); /* Return the length taken up on the screen by the string */
  10. void DisplayLine(void); /* Display current program line */
  11. char *NbStr(double); /* Convert number into string according to current mode */
  12.