mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:59:24 +02:00
* fixed comment describing pshortstring2pchar
git-svn-id: trunk@13550 -
This commit is contained in:
parent
a4c60f81a0
commit
e7c9a380f7
@ -123,7 +123,7 @@ interface
|
||||
{ the data in p is modified and p is returned }
|
||||
function pchar2pshortstring(p : pchar) : pshortstring;
|
||||
|
||||
{ ambivalent to pchar2pshortstring }
|
||||
{ inverse of pchar2pshortstring }
|
||||
function pshortstring2pchar(p : pshortstring) : pchar;
|
||||
|
||||
{ Ansistring (pchar+length) support }
|
||||
|
Loading…
Reference in New Issue
Block a user