From f64678796689cbd66e24fea0d52f93f6acc2de33 Mon Sep 17 00:00:00 2001 From: Plus_Liu Date: Sat, 31 Oct 2020 09:49:23 +0800 Subject: [PATCH] correct the function list --- README.en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 394f9d5..60c477f 100644 --- a/README.en.md +++ b/README.en.md @@ -24,7 +24,7 @@ - strncat_s - wcsncat_s - strtok_s -- cwcstok_s +- wcstok_s - sprintf_s - swprintf_s - vsprintf_s diff --git a/README.md b/README.md index 1e0b3df..c16cbb1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ - strncat_s - wcsncat_s - strtok_s -- cwcstok_s +- wcstok_s - sprintf_s - swprintf_s - vsprintf_s -- Gitee