c.cpp   [plain text]


int c_function(int input) {
    return input * 3;
}