/mlib

A library of useful routines for C programming.

Primary LanguageC

The Ming library for C

This is library that contains useful structures and methods for C programming used by myself. It corrently contains:

  1. list
  2. slist
  3. queue

Documentations

list

A doubly linked list

slist

A singly linked list

queue

A deque