文件名称:Bool:一个简单的布尔数据类型
文件大小:16KB
文件格式:ZIP
更新时间:2024-04-23 15:05:59
Makefile
布尔 一个简单的布尔数据类型 安装 em build lib 用法 touch test.c # include " Bool.h " int main ( void ) { bool value = true ; bool fvalue = false ; if (value) { if (!fvalue) { printf ( " %s \n " , " 42 " ); } } } clang test.c ./a.out 发展 贡献 分叉( ) 创建功能分支( git checkout -b my-new-feature ) 提交更改( git commit -am 'Add some feature' ) 推送到分支( git push origin my-new-feature )
【文件预览】:
Bool-master
----LICENSE(34KB)
----src()
--------Bool()
--------Bool.h(108B)
----em.yml(179B)
----spec()
--------Bool.spec.h(120B)
--------Bool.spec.c(359B)
----.gitignore(340B)
----Makefile(1KB)
----README.md(722B)