Home > c-template

c-template

C-template is a project mainly written in C, it's free.

A minimal C project template

c-template

A minimal C project template. It requires Autotools. Steps to install the project:

autoreconf -i
./configure --prefix=/tmp
make
make install
Previous:CPSC-473