文件名称:cdefs:描述JSON中的C函数原型
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-01 12:40:11
C
头寸 描述JSON中的C函数原型。 const char * get_name ( int id) { // ... } => { "get_name" : { "returns" : "const char*" , "arguments" : [ { "name" : "id" , "type" : "int" } ] } } 安装 $ npm install cdefs -g 用法 从命令行 $ cdefs [-o output_file] [file1, [file2, [...]]] 检查ex1.c和ex2.c并将原型打印到stdout 。 $ cdefs example/ex1.c example/ex2.c { " ex1.c " : { " main " : {
【文件预览】:
cdefs-master
----README.md(1KB)
----bin()
--------cli.js(851B)
----package.json(375B)
----cdefs.js(2KB)
----LICENSE.md(1KB)
----example()
--------ex2.c(101B)
--------ex1.c(86B)
--------buffer.c(6KB)
--------buffer.js(268B)