Skip to content

Latest commit

 

History

History

exampleproject

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Example Project

This is an example project demonstrating the use of Snow. It has both a Makefile and a CMakeLists.txt for reference.

src/main.c is the main program, which runs snow_main() if testing is enabled.

src/vector.c contains both the implementation of vectors, and the implementation's test suite.