An open API service indexing awesome lists of open source software.

https://github.com/sergio0694/list_t

A parametric list in C with supports with LINQ-style functions and lambda expressions
https://github.com/sergio0694/list_t

Last synced: 7 months ago
JSON representation

A parametric list in C with supports with LINQ-style functions and lambda expressions

Awesome Lists containing this project

README

          

# List_T
A parametric list in C with support for LINQ-style functions and lambda expressions

##### Generate object files with:

gcc -O2 -c Library\list_t.c Library\Introsort\introsort.c

##### Then get the static library using:

ar rcs list_t.a list_t.o introsort.o

##### Now just add the .a file in your project folder and compile with "list_t.a"