mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 09:59:25 +02:00
* more consitent space and case usage
git-svn-id: trunk@3464 -
This commit is contained in:
parent
8b189839aa
commit
f900d1ab5b
@ -15,7 +15,7 @@
|
||||
**********************************************************************}
|
||||
|
||||
|
||||
procedure UniqueString(Var S : WideString);external name 'FPC_WIDESTR_UNIQUE';
|
||||
Procedure UniqueString (Var S : WideString);external name 'FPC_WIDESTR_UNIQUE';
|
||||
Function Pos (Const Substr : WideString; Const Source : WideString) : SizeInt;
|
||||
Function Pos (c : Char; Const s : WideString) : SizeInt;
|
||||
Function Pos (c : WideChar; Const s : WideString) : SizeInt;
|
||||
|
Loading…
Reference in New Issue
Block a user