1 Star 0 Fork 124

刘家辉/third_party_bounds_checking_function

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@ohos/bounds_checking_function",
"description": "following the standard of C11 Annex K (bound-checking interfaces), functions of the common memory/string operation classes, such as memcpy_s, strcpy_s, are selected and implemented.",
"version": "3.1",
"license": "MulanPSL-2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/bounds_checking_function"
},
"dirs": {},
"scripts": {},
"component": {
"name": "bounds_checking_function",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [ "mini", "small", "standard" ],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [ "//third_party/bounds_checking_function:libsec_shared" ],
"inner_kits": [
{
"name": "//third_party/bounds_checking_function:libsec_shared",
"header": {
"header_files": [
"securec.h",
"securectype.h"
],
"header_base": "//third_party/bounds_checking_function/include"
}
}
],
"test": []
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JaysonLiu3/third_party_bounds_checking_function.git
git@gitee.com:JaysonLiu3/third_party_bounds_checking_function.git
JaysonLiu3
third_party_bounds_checking_function
third_party_bounds_checking_function
master

搜索帮助