home *** CD-ROM | disk | FTP | other *** search
/ Zodiac Super OZ / MEDIADEPOT.ISO / FILES / 16 / FREEDOS.ZIP / FD_A4PRE.ZIP / SOURCE / MSGLIB.ZIP / freedos / src / include / freedos.h < prev    next >
Text File  |  1995-04-20  |  250b  |  19 lines

  1. /* $Id$
  2.    $Locker$    $Name$    $State$
  3.  
  4.  
  5.    $Log$
  6. */
  7.  
  8. #ifndef __FREEDOS_H
  9. #define __FREEDOS_H
  10.  
  11. #include <portable.h>
  12.  
  13. #define NUL '\0'
  14. unsigned isatty(int);
  15. unsigned isadev(int);
  16. char *stpcat(const char *dst, const char *src);
  17.  
  18. #endif
  19.