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

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

问题描述

我想的有点像巧舌如簧,但可能是一个精简版本,以最少的足迹。这将需要基本的实用程序,如链表,向量和哈希表。它也应该有一个最低运行时的足迹。

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.

推荐答案

不完全是一个图书馆,而是一个测试,优化和记录片code的:<一href=\"http://www.openbsd.org/cgi-bin/cvsweb/src/sys/sys/queue.h?rev=1.32;content-type=text%2Fx-cvsweb-markup\"相对=nofollow> SYS / queue.h 在* BSD和Linux系统有各种侵入链表和队列的宏。

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天全站免登陆