home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 December / SOFM_Dec1995.bin / pc / os2 / vpascal / source / rtl / vprtl1b3.pas < prev    next >
Pascal/Delphi Source File  |  1995-10-31  |  720b  |  20 lines

  1. {█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█}
  2. {█                                                      █}
  3. {█      Virtual Pascal Runtime Library.  Version 1.0    █}
  4. {█      DLL version of the runtime library (Beta #003). █}
  5. {█      ────────────────────────────────────────────────█}
  6. {█      Copyright (C) 1995 B&M&T Corporation            █}
  7. {█      ────────────────────────────────────────────────█}
  8. {█      Written by Vitaly Miryanov                      █}
  9. {█                                                      █}
  10. {▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀}
  11. {$D-}
  12. library VpRtl1B3;
  13.  
  14. uses Crt, Dos, Strings, Xcpt;
  15.  
  16. {$Export System, Crt, Dos, Strings, Xcpt}
  17.  
  18. begin
  19. end.
  20.