什么是一个良好的开源轻量级c库,具有基本的实用功能,可在嵌入式系统中使用 [英] What would be a good open source lightweight c library with basic utility functionality to use in an embedded system

查看:186
本文介绍了什么是一个良好的开源轻量级c库,具有基本的实用功能,可在嵌入式系统中使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在考虑像 glib 这样的东西,但可能是一个极小的版本脚印。它将需要基本的实用程序,如链表,向量和哈希表。它也应该具有最小的运行时占用空间。

I'm thinking of something like glib, but possibly a slim version with a minimal foot print. It would need basic utilities such as linked lists, vectors and hash tables. It should also have a minimal runtime footprint.

推荐答案

不完全是一个库,而是经过测试,优化和记录的代码: * BSD和Linux系统上的sys / queue.h 具有用于各种入侵链接列表和队列的宏。

Not exactly a library, but a tested, optimized and documented piece of code: sys/queue.h on *BSD and Linux systems has macros for various kinds of intrusive linked lists and queues.

这篇关于什么是一个良好的开源轻量级c库,具有基本的实用功能,可在嵌入式系统中使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆