mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: memory
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
3103346331
commit
1e36e9376c
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ original allocation or the new size into the newly allocated buffer.
|
|||
\return The destination buffer dest
|
||||
|
||||
\fn char *strncat(char *dest, const char *src, size_t n)
|
||||
\brief Concatenates up to n bytes from the string in src to the end of the string pointed by dest and null terminates dest. There should be no overlap of dest and src in memeory.
|
||||
\brief Concatenates up to n bytes from the string in src to the end of the string pointed by dest and null terminates dest. There should be no overlap of dest and src in memory.
|
||||
\param dest The destination buffer with enough space for src beyond the null character
|
||||
\param src The source string
|
||||
\param n The maximum number of bytes to copy
|
||||
|
|
Loading…
Add table
Reference in a new issue