home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cidsam.zip / FINDFILE.H < prev    next >
C/C++ Source or Header  |  1993-06-28  |  1KB  |  30 lines

  1.                   /*********************************/
  2.                   /*              NOTE             */
  3.                   /*                               */
  4.                   /* This sample code has been     */
  5.                   /* provided by IBM.  It is not   */
  6.                   /* warranted for any particular  */
  7.                   /* use or purpose.               */
  8.                   /*                               */
  9.                   /* IBM releases this code into   */
  10.                   /* the public domain.  You may   */
  11.                   /* use it, modify it, or         */
  12.                   /* incorporate it into other     */
  13.                   /* products without restriction. */
  14.                   /*********************************/
  15. /* findfile.h                                                        */
  16. /*                                                                   */
  17. /* Contains constants for CID_findfile                               */
  18. /*                                                                   */
  19. /*                                                                   */
  20.  
  21. #define PATH_SEPS "\\"
  22. #define DRIVE_SEPS ":"
  23. #define PATH_SEPC '\\'
  24. #define DRIVE_SEPC ':'
  25. #define ENVPATH_SEPC ';'
  26. #define CHARSIZE sizeof(char)
  27. #define CHARLENT2  CHARSIZE+CHARSIZE
  28.  
  29. char *ff_make_fqname(char *ambig_name, char *resolv_name);
  30.