git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57859
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
ALIASES += true="<span class='literal'>true</span>"
ALIASES += false="<span class='literal'>false</span>"
ALIASES += NULL="<span class='literal'>NULL</span>"
+ALIASES += NUL="<span class='literal'>NUL</span>"
# NOTE: these are important as you can't write in the docs
# just #ifdef since the # character is used by Doxygen
This function copies the source string @a src to the destination buffer @a
dst of size @a n without overflowing the buffer and ensuring that it is
- always @NULL-terminated.
+ always @NUL-terminated.
Example of use:
@code
@param dst
Destination buffer of size (greater or) equal to @a n.
@param src
- @NULL-terminated source string.
+ @NUL-terminated source string.
@param n
The size of the destination buffer.
@return