diff --git a/README.en.md b/README.en.md index 6cec6c3d9ae353c8eb135ec21e9531db24611d5d..8ce43d768437aa4fb1002431fbd1efa19bb7f68f 100644 --- a/README.en.md +++ b/README.en.md @@ -8,7 +8,45 @@ - handles the release, update, and maintenance of bounds_checking_function. -#### Building methods +#### Function List + +- memcpy_s +- wmemcpy_s +- memmove_s +- wmemmove_s +- memset_s +- strcpy_s +- wcscpy_s +- strncpy_s +- wcsncpy_s +- strcat_s +- wcscat_s +- strncat_s +- wcsncat_s +- strtok_s +- cwcstok_s +- sprintf_s +- swprintf_s +- vsprintf_s +- vswprintf_s +- snprintf_s +- vsnprintf_s +- scanf_s +- wscanf_s +- vscanf_s +- vwscanf_s +- fscanf_s +- fwscanf_s +- vfscanf_s +- vfwscanf_s +- sscanf_s +- swscanf_s +- vsscanf_s +- vswscanf_s +- gets_s + + +#### Building - compilation steps diff --git a/README.md b/README.md index 967b974e8619b0790b11049451f371811261ca66..2f19960dfe303fa687db0056cec5db2d4036880f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,43 @@ - 未来将分析C11 Annex K中的其他标准函数,如果有必要,将在该组织中实现。 - 处理边界检查函数的版本发布、更新以及维护。 +#### 函数清单 + +- memcpy_s +- wmemcpy_s +- memmove_s +- wmemmove_s +- memset_s +- strcpy_s +- wcscpy_s +- strncpy_s +- wcsncpy_s +- strcat_s +- wcscat_s +- strncat_s +- wcsncat_s +- strtok_s +- cwcstok_s +- sprintf_s +- swprintf_s +- vsprintf_s +- vswprintf_s +- snprintf_s +- vsnprintf_s +- scanf_s +- wscanf_s +- vscanf_s +- vwscanf_s +- fscanf_s +- fwscanf_s +- vfscanf_s +- vfwscanf_s +- sscanf_s +- swscanf_s +- vsscanf_s +- vswscanf_s +- gets_s + #### 构建方法