String stuff that should be in stdlib but isn't.

Dependents:   X10Svr SSDP_Server

History

Fix the venerable off-by-one error; if the two strings are adjacent it was detecting a false overlap. default tip

2019-02-27, by WiredHome [Wed, 27 Feb 2019 18:22:04 +0000] rev 3

Fix the venerable off-by-one error; if the two strings are adjacent it was detecting a false overlap.


Improve the diagnostic when debug is enabled.

2018-11-18, by WiredHome [Sun, 18 Nov 2018 04:04:48 +0000] rev 2

Improve the diagnostic when debug is enabled.


Added a custom secure version of strcpy (strcpy_s) and strcat (strcat_s).

2017-04-11, by WiredHome [Tue, 11 Apr 2017 18:42:07 +0000] rev 1

Added a custom secure version of strcpy (strcpy_s) and strcat (strcat_s).


Creation of some private string functions that were not part of the compiler library.

2016-04-11, by WiredHome [Mon, 11 Apr 2016 02:25:34 +0000] rev 0

Creation of some private string functions that were not part of the compiler library.