Raw File
external_code_extern.cpp
extern "C" float gen_extern_tester(float in) {
    return in + 42;
}
back to top