sunxiao2010n / statically-link-glibcLinks
一个静态链接glibc的示例程序
☆9Updated 2 years ago
Alternatives and similar repositories for statically-link-glibc
Users that are interested in statically-link-glibc are comparing it to the libraries listed below
Sorting:
- iocp for linux☆67Updated 5 months ago
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆74Updated 10 months ago
- Message queue and thread pool implementations of C++ Workflow☆36Updated 10 months ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆45Updated 9 years ago
- a tiny rpc library, support c++14 and rust☆46Updated last week
- 纯C语言高性能异步多任务多事件驱动的协程库| Pure C language high-performance asynchronous multi-task multi-event driven coroutine library.☆200Updated 5 years ago
- 《Linux设备驱动开发详解——基于最新的Linux4.0内核》源码☆29Updated 3 years ago
- 根据工作中经常需要用到的,基于C语言封装的一些常用工具类库,便于在工程项目中参考引用☆57Updated 3 years ago
- c实现的 MQTT 3.1.1 协议broker和client,支持 qos 0,1,2 消息、ACL 权限控制,支持 mongodb 消息存储。正在实现集群支持☆41Updated last year
- C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心☆166Updated last week
- 🇨🇳翻译: <gn> 是一个元构建系统,可以为ninja生成构建文件 {v8-js引擎} ❤️ 校对 ✅☆58Updated 6 years ago
- 总结Linux驱动写法,编写关于字符设备,platform,锁,中断等example。☆17Updated 3 years ago
- 跨平台C语言基础库,适配任意ANSI_C编译器【字符串、文件、目录、时间、数组/队列、线程池、BASE64、CRC32、MD5、SHA1、URL编解码、码表实现UTF8/GBK编码转换】☆34Updated 8 years ago
- Linux设备驱动开发详解代码清单☆19Updated 10 years ago
- A simple lib convert strings between gbk, utf8 and unicode with no dependence that works on windows and linux, etc.☆34Updated 7 years ago
- ☆25Updated last month
- C 资源大全中文版,包括了:构建系统、编译器、数据库、加密、初中高的教程/指南、书籍、库等。☆14Updated 4 years ago
- Cross platform RPC library using shared memory.☆61Updated 2 weeks ago
- C语言实现的MD5算法源码☆90Updated 6 years ago
- c++ Json library☆50Updated 2 months ago
- C11标准的原子操作详解☆26Updated 2 years ago
- crc16/crc32/crc64☆176Updated 10 months ago
- 一些简单、高效的数据结构☆32Updated last year
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆31Updated 8 years ago
- 程序员的自我修养--链接、装载与库: CRT 实现☆52Updated last year
- ☆47Updated 5 years ago
- Three major design patterns for multithreading development☆33Updated 2 years ago
- 用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。☆135Updated 8 months ago
- Summaries and notes on pthreads programming.☆59Updated 6 years ago
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆24Updated 4 years ago