srdja / Collections-C

A library of generic data structures for the C language.
http://srdja.github.io/Collections-C
GNU Lesser General Public License v3.0
2.8k stars 328 forks source link

Added Filter and mutable Filter functions for Stack #151

Closed qequ closed 2 years ago

qequ commented 2 years ago

Also added tests for the new functions

srdja commented 2 years ago

Thanks!