mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +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:
parent
02bbe5289b
commit
45ca940d8c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user