* Refer to mainunit for lazarus IDE

This commit is contained in:
Michael VAN CANNEYT 2023-01-06 16:24:33 +01:00 committed by Michaël Van Canneyt
parent 0d0e66f2f0
commit 8b84926993
8 changed files with 10 additions and 0 deletions

View File

@ -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 }

View File

@ -1,3 +1,4 @@
{%MainUnit sysutils.pp}
{
*********************************************************************
Copyright (C) 1997, 1998 Gertjan Schouten

View File

@ -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;

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,4 @@
{%MainUnit sysutils.pp}
{
*********************************************************************
Copyright (C) 2002-2005 by Florian Klaempfl

View File

@ -1,3 +1,4 @@
{%MainUnit sysutils.pp}
{
*********************************************************************
Copyright (C) 2002 by Florian Klaempfl

View File

@ -1,3 +1,4 @@
{%MainUnit sysutils.pp}
{
This file is part of the Free Pascal run time library.
Copyright (c) 2020 by Tomas Hajny,