@@ -1,3 +1,4 @@
+{%MainUnit sysutils.pp}
{
*********************************************************************
Copyright (C) 1997, 1998 Gertjan Schouten
@@ -35,6 +36,8 @@ begin
Result:=Str;
end ;
+
{ StrAlloc allocates a buffer of Size + 4
the size of the allocated buffer is stored at result - 4
StrDispose should be used to destroy the buffer }
var
OldPat,Srch: SRstring; // Srch and Oldp can contain uppercase versions of S,OldPattern
PatLength,NewPatLength,P,Cnt,PrevP: Integer;
This file is part of the Free Pascal run time library.
Copyright (c) 1999-2001 by the Free Pascal development team
Copyright (c) 2005,2009 by the Free Pascal development team
Copyright (C) 2002-2005 by Florian Klaempfl
Copyright (C) 2002 by Florian Klaempfl
Copyright (c) 2020 by Tomas Hajny,