home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / e / e032 / 3.ddi / FILES / UTILITIE.PAK / MASTER.M < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.4 KB  |  46 lines

  1. (* :Title: Master Declarations File for Utilities *)
  2.  
  3. (* :Summary:
  4.     This file contains declarations of all the major symbols
  5.     contained in files in this directory.  Load it, and it sets
  6.     up the symbols with attribute Stub, so the correct package
  7.     will be loaded when the symbol is called.  *)
  8.  
  9. (* :Author: This file created by an automated system written in
  10.     Mathematica by John M. Novak *)
  11.  
  12. (* :History: File created on 2 Apr. 1992 at 14:18 *)
  13.  
  14. (* Declarations for file Utilities`BinaryFiles` *)
  15.  
  16. DeclarePackage["Utilities`BinaryFiles`",
  17.   {"ByteConversion", "ByteOrder", "CString", "Double", "IntegerConvert", 
  18.    "Int16", "Int32", "Int8", "LeastSignificantByteFirst", 
  19.    "MostSignificantByteFirst", "OpenAppendBinary", "OpenReadBinary", 
  20.    "OpenWriteBinary", "ReadBinary", "ReadListBinary", "RealConvert", 
  21.    "SignedByte", "SignedInt16", "SignedInt32", "SignedInt8", "Single", 
  22.    "StringConvert", "ToBytes", "WriteBinary"}]
  23.  
  24.  
  25. (* Declarations for file Utilities`DXF` *)
  26.  
  27. DeclarePackage["Utilities`DXF`",{"PolygonsOnly", "WriteDXF"}]
  28.  
  29.  
  30. (* Declarations for file Utilities`FilterOptions` *)
  31.  
  32. DeclarePackage["Utilities`FilterOptions`",{"FilterOptions"}]
  33.  
  34.  
  35. (* Declarations for file Utilities`Language` *)
  36.  
  37. DeclarePackage["Utilities`Language`",{"CharacterTable"}]
  38.  
  39.  
  40. (* Declarations for file Utilities`ShowTime` *)
  41.  
  42. DeclarePackage["Utilities`ShowTime`",{"ShowTime"}]
  43.  
  44.  
  45. (* End of Master Package *)
  46.