getline.h 676 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. #ifndef UTIL_OPT_GETLINE_H
  6. #define UTIL_OPT_GETLINE_H
  7. /* util/opt/getline.c */
  8. short readshort(void);
  9. offset readoffset(void);
  10. void draininput(void);
  11. short getint(void);
  12. sym_p getsym(int status);
  13. offset getoff(void);
  14. void make_string(int n);
  15. void inident(void);
  16. int table3(int n);
  17. int table1(void);
  18. int table2(void);
  19. void getlines(void);
  20. void argstring(offset length, argb_p abp);
  21. line_p arglist(int n);
  22. offset aoff(arg_p ap, int n);
  23. int inpseudo(short n);
  24. void tstinpro(void);
  25. #endif /* UTIL_OPT_GETLINE_H */