mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-19 21:19:47 +08:00
The strlcpy() function ensures there is always a NUL character at the end of the string. Hence it is safer as strncpy() and it avoids the compiler warning