root/test/generator/external_code_extern.cpp

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. gen_extern_tester

extern "C" float gen_extern_tester(float in) {
    return in + 42;
}

/* [<][>][^][v][top][bottom][index][help] */