home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / EXTRAS / UUCODE / UUPC / TEST / UPC12ES1.ZIP / LIB / expath.h < prev    next >
Encoding:
Text File  |  1993-10-11  |  816 b   |  13 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    UUPC/extended                                                   */
  3. /*                                                                    */
  4. /*    e x p a t h . h                                                 */
  5. /*                                                                    */
  6. /*    Header file for expath.c                                        */
  7. /*--------------------------------------------------------------------*/
  8.  
  9. char *expand_path(char *path,          /* Input/output path name      */
  10.                   const char *cur_dir, /* Default directory path      */
  11.                   const char *home,    /* Default home directory      */
  12.                   const char *ftype);  /* Default extension           */
  13.