Skip to content

nayefc/Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stack

C++ Stack STL implemented in C, with generic template support.

A stack that is based off GNU's List implementation. This is inspired by C++ stack STL, with generic support. The stack does not require dynamic memory allocation and can take any struct, regardless of typing, which has a pointer to a struct_elem.

About

A generic stack in C inspired by C++ Stack STL, with template-like support.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages