mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +00:00
f8c25e2374
These functions will issue warnings and truncate strings. It's like strlcpy and strlcat but noisier. There are also versions automatically determining size based on the destination array size. This raises a compilation error when the size cannot be determined by the compiler.