home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff274.lzh / HP11 / io.h < prev    next >
C/C++ Source or Header  |  1989-11-16  |  665b  |  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.