ctplt 0.0.1

A package manager + build system for C and C++
Documentation
1
2
3
4
5
6
7
8
#pragma once

namespace blobject {

void DoBlob1();
void DoBlob2();

}