home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / ibutils.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  2KB  |  49 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'IBUtils.pas' rev: 5.00
  6.  
  7. #ifndef IBUtilsHPP
  8. #define IBUtilsHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <SysUtils.hpp>    // Pascal unit
  14. #include <Classes.hpp>    // Pascal unit
  15. #include <Windows.hpp>    // Pascal unit
  16. #include <SysInit.hpp>    // Pascal unit
  17. #include <System.hpp>    // Pascal unit
  18.  
  19. //-- user supplied -----------------------------------------------------------
  20.  
  21. namespace Ibutils
  22. {
  23. //-- type declarations -------------------------------------------------------
  24. //-- var, const, procedure ---------------------------------------------------
  25. #define CRLF "\r\n"
  26. static const char CR = '\xd';
  27. static const char LF = '\xa';
  28. static const char TAB = '\x9';
  29. static const char NULL_TERMINATOR = '\x0';
  30. extern PACKAGE int __fastcall Max(int n1, int n2);
  31. extern PACKAGE int __fastcall Min(int n1, int n2);
  32. extern PACKAGE AnsiString __fastcall RandomString(int iLength);
  33. extern PACKAGE int __fastcall RandomInteger(int iLow, int iHigh);
  34. extern PACKAGE AnsiString __fastcall StripString(AnsiString st, AnsiString CharsToStrip);
  35. extern PACKAGE AnsiString __fastcall FormatIdentifier(int Dialect, AnsiString Value);
  36. extern PACKAGE AnsiString __fastcall FormatIdentifierValue(int Dialect, AnsiString Value);
  37. extern PACKAGE AnsiString __fastcall ExtractIdentifier(int Dialect, AnsiString Value);
  38.  
  39. }    /* namespace Ibutils */
  40. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  41. using namespace Ibutils;
  42. #endif
  43. #pragma option pop    // -w-
  44. #pragma option pop    // -Vx
  45.  
  46. #pragma delphiheader end.
  47. //-- end unit ----------------------------------------------------------------
  48. #endif    // IBUtils
  49.