Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 189 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 189 Bytes

cutils

Collection of basic tools for C development. Very lean at the moment.

  • llist.h - Doubly-linked list with basic functions and macros.
  • misc.h - Some commonly used macros.