lacy:懒惰的editorun

时间:2021-04-13 17:53:22
【文件属性】:
文件名称:lacy:懒惰的editorun
文件大小:11KB
文件格式:ZIP
更新时间:2021-04-13 17:53:22
c linux compile Shell 花边-懒惰编译/运行 (仅Linux) 要测试几行C吗? 通常,您必须: 创建test.c 写头文件#include #include ... 编写入口点int main (int argc ...) {} 写你的代码 保存 最后运行gcc test.c -Wall -Wbar && ./a.out 忘记标题了吗? 要链接数学( -lm )? 运气不好...现在您必须编辑test.c ... 没有这样的麻烦蕾丝: $ lacy int i = pow(2,8); printf ("%d\n", i); [CTRL+D] 256 花边也可以运行文件。 $ lacy hello.c 如果您的代码没有main() ,则lacy添加经典标头并将您的语句放入main() 。 用法 文件 : $ lacy hello.c
【文件预览】:
lacy-master
----install.sh(838B)
----test.sh(358B)
----assets()
--------logo.png(6KB)
----LICENSE(1KB)
----lacy(3KB)
----README.md(1KB)
----test()
--------hello.c(133B)
--------snip.c(31B)

网友评论