home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / gle / begin.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-29  |  555 b   |  30 lines

  1. extern long *(*gpcode)[];   /* gpcode is a pointer to an array of poiter to long */
  2. extern long (*gplen)[];   /* gpcode is a pointer to an array of long */
  3. extern int ngpcode;
  4.  
  5. BEGINDEF char *tk[500];
  6. BEGINDEF char strbuf[200];
  7. BEGINDEF char srclin[200];
  8. BEGINDEF char outbuff[300];
  9. BEGINDEF char inbuff[300];
  10. BEGINDEF char tkbuff[500];
  11. BEGINDEF char space_str[3];
  12. BEGINDEF int ntk;
  13.  
  14. int begin_token(long **pcode,int *cp,int *pln,char *srclin,char *tk,int *ntk,char *outbuff);
  15. int begin_init(void);
  16. int begin_next_line(long *pcode, int *cp);
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.