Curie 12 发布,此版本更新内容如下:
Fixes issues with the build system
removes functions from the headers that were never implemented
documents any remaining undocumented functionality exposed by the headers
The makefiles can now compile Curie-based projects in the same context as Curie itself
which helps quite a lot when trying to cross-compile Curie and dependent projects
Curie 是一个非常小的C语言程序库。它支持基本的I / O 、基本的网络连接、S-expression 基础的I / O ,信号处理,进程处理,以及I/O复用等功能。如果目标架构是明确支持,静态链接的二进制文件很小,只有差不多 4-20k;如果没有 。
项目主页:http://ef.gy/kyuba
来自:开源中国社区

