home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities2 / desklib / Libraries / Resource / c / Pathname < prev   
Encoding:
Text File  |  1993-07-15  |  822 b   |  20 lines

  1. /*
  2.     ####             #    #     # #
  3.     #   #            #    #       #          The FreeWare C library for 
  4.     #   #  ##   ###  #  # #     # ###             RISC OS machines
  5.     #   # #  # #     # #  #     # #  #   ___________________________________
  6.     #   # ####  ###  ##   #     # #  #                                      
  7.     #   # #        # # #  #     # #  #    Please refer to the accompanying
  8.     ####   ### ####  #  # ##### # ###    documentation for conditions of use
  9.     ________________________________________________________________________
  10.  
  11.     File:    Resource.Pathname.c
  12.     Author:  Copyright © 1993 Jason Williams
  13.     Version: 1.00 (15 Jul 1993)
  14.     Purpose: Global variable - Resource filename prefix string
  15. */
  16.  
  17.  
  18. char resource_pathname[32] = "\0";      /* no path (use CSD) if user not set */
  19.  
  20.