c-utilities:一些使 C 编程更容易的工具

时间:2024-07-08 20:04:19
【文件属性】:

文件名称:c-utilities:一些使 C 编程更容易的工具

文件大小:27KB

文件格式:ZIP

更新时间:2024-07-08 20:04:19

C

我用来使编写程序更好的各种 C 实用程序。 strtonum : 将字符串转换为 long long humanize_number :这允许您将数字转换为人类可读的数字。 ex. 90000 -> 90K xmalloc :对象检查 malloc、calloc、realloc、strdup、asprintf。 如果函数未能分配所需的内存,它将退出程序。 progressmeter : 一个很好的文件操作进度信息


【文件预览】:
c-utilities-master
----humanize_number()
--------humanize_number.h(378B)
--------humanize_number.3(5KB)
--------example.c(652B)
--------humanize_number.c(4KB)
--------patch.diff(3KB)
--------README(4KB)
--------test.c(5KB)
--------dehumanize_number.c(3KB)
--------Makefile(886B)
----README.md(431B)
----xmalloc()
--------example.c(473B)
--------xmalloc.c(2KB)
--------xmalloc.h(1KB)
--------Makefile(635B)
----progressmeter()
--------progressmeter.c(8KB)
--------progressmeter.h(2KB)
--------Makefile(665B)
----strtonum()
--------strtonum.c(2KB)
--------strtonum.3(3KB)
--------strtonum.h(72B)
--------test.c(271B)
--------Makefile(823B)
----strings()
--------tools.h(422B)
--------readme.md(457B)
--------tools.c(6KB)

网友评论