mirror of
https://github.com/cc65/cc65.git
synced 2025-01-03 01:31:55 +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:
parent
a3b4b1472d
commit
20a51391d7
@ -3491,7 +3491,7 @@ the end of s1.
|
||||
<tag/Limits/<itemize>
|
||||
<item>The function is only available as fastcall function, so it may only
|
||||
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.
|
||||
</itemize>
|
||||
<tag/Availability/ISO 9899
|
||||
@ -3595,7 +3595,7 @@ be used in presence of a prototype.
|
||||
<tag/Limits/<itemize>
|
||||
<item>The function is only available as fastcall function, so it may only
|
||||
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.
|
||||
</itemize>
|
||||
<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>
|
||||
<item>The function is only available as fastcall function, so it may only
|
||||
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.
|
||||
</itemize>
|
||||
<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
|
||||
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.
|
||||
<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.
|
||||
</itemize>
|
||||
<tag/Availability/ISO 9899
|
||||
|
Loading…
Reference in New Issue
Block a user