mirror of
https://github.com/cc65/cc65.git
synced 2025-08-16 12:27:49 +00:00
Use only one spelling for behaviour
git-svn-id: svn://svn.cc65.org/cc65/trunk@3233 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -264,7 +264,7 @@ function.
|
|||||||
<sect1><tt/o65.h/<label id="o65.h"><p>
|
<sect1><tt/o65.h/<label id="o65.h"><p>
|
||||||
|
|
||||||
The <tt/o65.h/ header file contains structure and constant definitions that
|
The <tt/o65.h/ header file contains structure and constant definitions that
|
||||||
may be used when dealing with files in <htmlurl
|
may be used when dealing with files in <htmlurl
|
||||||
url="http://www.6502.org/users/andre/o65/fileformat.html" name="o65 format">.
|
url="http://www.6502.org/users/andre/o65/fileformat.html" name="o65 format">.
|
||||||
It does not declare any functions.
|
It does not declare any functions.
|
||||||
|
|
||||||
@@ -3491,7 +3491,7 @@ the end of s1.
|
|||||||
<tag/Limits/<itemize>
|
<tag/Limits/<itemize>
|
||||||
<item>The function is only available as fastcall function, so it may only
|
<item>The function is only available as fastcall function, so it may only
|
||||||
be used in presence of a prototype.
|
be used in presence of a prototype.
|
||||||
<item>If copying takes place between objects that overlap, the behavior
|
<item>If copying takes place between objects that overlap, the behaviour
|
||||||
is undefined.
|
is undefined.
|
||||||
</itemize>
|
</itemize>
|
||||||
<tag/Availability/ISO 9899
|
<tag/Availability/ISO 9899
|
||||||
@@ -3595,7 +3595,7 @@ be used in presence of a prototype.
|
|||||||
<tag/Limits/<itemize>
|
<tag/Limits/<itemize>
|
||||||
<item>The function is only available as fastcall function, so it may only
|
<item>The function is only available as fastcall function, so it may only
|
||||||
be used in presence of a prototype.
|
be used in presence of a prototype.
|
||||||
<item>If copying takes place between objects that overlap, the behavior
|
<item>If copying takes place between objects that overlap, the behaviour
|
||||||
is undefined.
|
is undefined.
|
||||||
</itemize>
|
</itemize>
|
||||||
<tag/Availability/ISO 9899
|
<tag/Availability/ISO 9899
|
||||||
@@ -3783,7 +3783,7 @@ character is appended to the result, even if not all of s2 is appended to s1.
|
|||||||
<tag/Limits/<itemize>
|
<tag/Limits/<itemize>
|
||||||
<item>The function is only available as fastcall function, so it may only
|
<item>The function is only available as fastcall function, so it may only
|
||||||
be used in presence of a prototype.
|
be used in presence of a prototype.
|
||||||
<item>If copying takes place between objects that overlap, the behavior
|
<item>If copying takes place between objects that overlap, the behaviour
|
||||||
is undefined.
|
is undefined.
|
||||||
</itemize>
|
</itemize>
|
||||||
<tag/Availability/ISO 9899
|
<tag/Availability/ISO 9899
|
||||||
@@ -3839,7 +3839,7 @@ written. The function will always return <tt/s1/.
|
|||||||
<item>The function is only available as fastcall function, so it may only
|
<item>The function is only available as fastcall function, so it may only
|
||||||
be used in presence of a prototype. If there is no null byte in the first <tt/n/
|
be used in presence of a prototype. If there is no null byte in the first <tt/n/
|
||||||
bytes of the array pointed to by <tt/s2/, the result is not null-terminated.
|
bytes of the array pointed to by <tt/s2/, the result is not null-terminated.
|
||||||
<item>If copying takes place between objects that overlap, the behavior is
|
<item>If copying takes place between objects that overlap, the behaviour is
|
||||||
undefined.
|
undefined.
|
||||||
</itemize>
|
</itemize>
|
||||||
<tag/Availability/ISO 9899
|
<tag/Availability/ISO 9899
|
||||||
|
Reference in New Issue
Block a user