home *** CD-ROM | disk | FTP | other *** search
- #ifndef TECBUF.H
- #define TECBUF.H
-
- #include <stdio.h>
- #include <conio.h>
- #include <dos.h>
-
- #include "mdefs.h"
-
- boolean BTVacio(void);
- boolean BTEncola(WORD );
- boolean BTTope(WORD *);
- boolean BTDesempila(WORD *);
- void BTVacia(void);
- unsigned char BTAscii(WORD );
- unsigned char BTRastreo(WORD );
- #endif
-