staticList

macros of double linked list with defined maximum length supporting any type, this list doesnt use malloc
git clone https://noulin.net/git/staticList.git
Log | Files | Refs | LICENSE

package.yml (448B)


      1 ---
      2   name: staticList
      3   version: 0.0.13
      4   description: "macros of double linked list with defined maximum length supporting any type, this list doesnt use malloc"
      5   bin: ./staticList.h
      6   repository:
      7     type: git
      8     url: "git+https://github.com/USER/staticList.git"
      9   keywords:
     10     - data structure
     11   author: Remy
     12   license: MIT
     13   bugs:
     14     url: "https://github.com/USER/staticList/issues"
     15   homepage: "https://github.com/USER/staticList#readme"