metrowrap 0.2.1

A mwcc wrapper
Documentation
1
2
3
4
5
#include "common.h"

int Add(int a, int b) {
    return a + b;
}