Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
/ StackVec Public archive

Stack-based generic Vector in C

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE.md
MIT
LICENSE-MIT.md
Notifications You must be signed in to change notification settings

MrFriendly-B-V/StackVec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StackVec

Generic Vec structure utilizing the stack rather than the heap in C11.

Building

A library can be build as follows:

cmake build/
cd build/
cmake --build .

The library can then be found in build/libstackvec.a, relative to the project root.

Tests

Tests can be found in the tests/ directory. They can be run as follows:

cmake build/
cd build/
cmake --build .
ctest

License

MIT or Apache-2.0, at your option

About

Stack-based generic Vector in C

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE.md
MIT
LICENSE-MIT.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published