Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 225 Bytes

File metadata and controls

9 lines (7 loc) · 225 Bytes

Forward List - A Singly Linked List

Features:

  • Object oriented style
  • Handles any data type
  • No memcpy(), malloc() or free()
  • Handles buffer sizes up to SIZE_MAX
  • Caller can choose static or dyanmic memory allocation