Many old CRT functions have newer, more secure versions. If a secure function exists, the older, less secure version is marked as deprecated. The new version has the _s ("secure") suffix. In this context, "deprecated" means that use of the function isn't recommended. It doesn't mean the function will be removed from the CRT. The secure functions don't prevent or correct security errors. Instead, t