skorks / c-linked-list
A quick linked list (singly linked) implementation in C, including a reversing function
☆56Updated 3 years ago
Alternatives and similar repositories for c-linked-list:
Users that are interested in c-linked-list are comparing it to the libraries listed below
- Linear Linked List Library☆49Updated 10 months ago
- Just a dead simple set of c macros for working with ring buffers in a generic manner.☆77Updated 3 months ago
- Programming with POSIX Threads: David R. Butenhof☆80Updated 11 years ago
- ☆67Updated 4 years ago
- Tiny, modular, drop-in, library of some most commonly used utility methods for C (embedded) applications. Intended to be used as a git-su…☆144Updated 2 months ago
- The FNET is a free, open source, dual TCP/IPv4 and IPv6 Stack (under Apache Version 2.0 license) for building embedded communication soft…☆119Updated last year
- A collection of algorithms for data structure manipulation in C☆108Updated last year
- Practical design patterns in C☆425Updated last year
- ☆27Updated 9 years ago
- Code samples for the book Patterns in C☆175Updated 8 years ago
- My leetcode solutions in C☆67Updated 2 years ago
- Embedded C Library (mirror)☆135Updated 5 months ago
- Following along with the book☆48Updated 5 years ago
- Lightweight TCP/IP stack (LwIP) is a small independent implementation of the TCP/IP protocol suite.☆102Updated last year
- My own C library. Probably don't use it.☆31Updated 4 years ago
- A tiny example for unix domain socket☆54Updated 6 years ago
- CUnit is a Unit testing framework for C.☆34Updated 3 years ago
- The Cutest C Unit Testing Framework☆38Updated 2 years ago
- Sort of Lambdas for gcc☆34Updated 5 years ago
- Generic red-black tree library (by Julienne Walker).☆56Updated 5 years ago
- Examples from "Developing Linux Applications with GTK+ and GDK" by Eric Harlow☆69Updated 14 years ago
- Cryptographic Library☆45Updated 4 months ago
- An experimental HTTP server implemented as Linux kernel module☆71Updated 2 years ago
- Exercism exercises in C.☆306Updated last week
- Linux kernel programming examples☆28Updated 10 years ago
- My own library of C programs, created whilst learning C☆39Updated 3 years ago
- Hands-On Network Programming with C, published by Packt☆314Updated 2 years ago
- Calcium OS project for x86_64☆38Updated 7 years ago
- A linked list implementation in C☆55Updated 4 years ago
- Simple hash table implemented in C