Example 6. Using the CODE_SECTION Pragma C++ Source File

#pragma CODE_SECTION("codeB") int i_arg(int x) { return 1; } int f_arg(float x) { return 2; }