1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 17:30:06 +00:00

Fixed an error geos.sgml

git-svn-id: svn://svn.cc65.org/cc65/trunk@178 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2000-07-21 12:45:54 +00:00
parent 02bbe5289b
commit 45ca940d8c

View File

@ -727,7 +727,7 @@ In this example <tt/otherTrSe/ can be replaced by <tt/myTrSe/.
<p>
NOTE that you <em/must/ use casting to have correct values.
<p>
<tt/SetNextFree/ only finds next free sector, it doesn't allocate it.
<tt/SetNextFree/ finds next free sector and allocates it.
<sect2>Low-level disk IO
<p>
@ -996,7 +996,7 @@ counting the terminating <tt/NULL/), and <tt/regions/ cover whole 64K of memory.
<tt/void CopyString (char *dest, char *src)/
<p>
This function copies string from <tt/src/ to <tt/dest/, until it reaches <tt/NULL/. <tt/NULL/
is also copied.
is also copied.
<sect2>CmpString
<p>