Skip to content

colorfulparadox/generic_vec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Generic Vector

I made this for fun.

Look inside of main.c to how it works. Check out vector.h in includes dir to see the methods.

I used gcc to compile. run ./build.bat build to build and do ./build.bat clean to to cleanup (will need GCC installed to compile)

gcc -pedantic -Wall --std=c17 src/main.c src/vector.c -o target/main.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published