Skip to content

kefyrodievas/c-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-lib

various C single header libraries that we may or may not use

vector.h:

Declaring a vector: define_list(type) along with the includes to define a vector of a type and its functions; vector(type) Vector - declares a vector of a certain type new_vector(type) - initializes the vector vector.data[n] - the nth entry of the array

str.h

TODO

About

various C single header libraries that we may or may not use

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages