Bump safeclib version

Signed-off-by: Jan Musial <jan.musial@intel.com>
This commit is contained in:
Jan Musial
2022-06-28 14:36:30 +02:00
parent 5fa04ff1f1
commit a4c82c364f
3 changed files with 3 additions and 78 deletions

View File

@@ -81,10 +81,6 @@ extern errno_t
strcmp_s(const char *dest, rsize_t dmax,
const char *src, int *indicator);
/* string compare */
extern errno_t
strncmp_s (const char *dest, rsize_t dmax,
const char *src, rsize_t slen, int *indicator);
/* fixed field string compare */
extern errno_t