mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:09:16 +02:00
* Refer to mainunit for lazarus IDE
This commit is contained in:
parent
9fc0f13af8
commit
934c7cbb1b
@ -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 }
|
||||
|
@ -1,3 +1,4 @@
|
||||
{%MainUnit sysutils.pp}
|
||||
{
|
||||
*********************************************************************
|
||||
Copyright (C) 1997, 1998 Gertjan Schouten
|
||||
|
@ -1,3 +1,4 @@
|
||||
{%MainUnit sysutils.pp}
|
||||
var
|
||||
OldPat,Srch: SRstring; // Srch and Oldp can contain uppercase versions of S,OldPattern
|
||||
PatLength,NewPatLength,P,Cnt,PrevP: Integer;
|
||||
|
@ -1,3 +1,4 @@
|
||||
{%MainUnit sysutils.pp}
|
||||
{
|
||||
This file is part of the Free Pascal run time library.
|
||||
Copyright (c) 1999-2001 by the Free Pascal development team
|
||||
|
@ -1,3 +1,4 @@
|
||||
{%MainUnit sysutils.pp}
|
||||
{
|
||||
This file is part of the Free Pascal run time library.
|
||||
Copyright (c) 2005,2009 by the Free Pascal development team
|
||||
|
@ -1,3 +1,4 @@
|
||||
{%MainUnit sysutils.pp}
|
||||
{
|
||||
*********************************************************************
|
||||
Copyright (C) 2002-2005 by Florian Klaempfl
|
||||
|
@ -1,3 +1,4 @@
|
||||
{%MainUnit sysutils.pp}
|
||||
{
|
||||
*********************************************************************
|
||||
Copyright (C) 2002 by Florian Klaempfl
|
||||
|
@ -1,3 +1,4 @@
|
||||
{%MainUnit sysutils.pp}
|
||||
{
|
||||
This file is part of the Free Pascal run time library.
|
||||
Copyright (c) 2020 by Tomas Hajny,
|
||||
|
Loading…
Reference in New Issue
Block a user