mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 19:49:12 +02:00
+ backslashes removed
This commit is contained in:
parent
64f2212fa1
commit
ed49f68542
@ -36,7 +36,7 @@ platforms.
|
|||||||
<short>Allocate memory for a new null-terminated string on the heap</short>
|
<short>Allocate memory for a new null-terminated string on the heap</short>
|
||||||
<descr>
|
<descr>
|
||||||
<var>StrAlloc</var> reserves memory on the heap for a string with length <var>Len</var>,
|
<var>StrAlloc</var> reserves memory on the heap for a string with length <var>Len</var>,
|
||||||
terminating <var>\#0</var> included, and returns a pointer to it.
|
terminating <var>#0</var> included, and returns a pointer to it.
|
||||||
</descr>
|
</descr>
|
||||||
<errors>
|
<errors>
|
||||||
If there is not enough memory, a run-time error occurs.
|
If there is not enough memory, a run-time error occurs.
|
||||||
|
Loading…
Reference in New Issue
Block a user