ctplt 0.0.1

A package manager + build system for C and C++
Documentation
1
2
3
4
5
#include "my_depend.hpp"

int add_two(int a) {
    return my_function(a, 2);
}