I have defined a tiny function A in module B. In user program I used module B and called function A. Then I always get a branch to funciton __B_MOD_A. Is that possible to get the module function inlined in user program? Thanks! Sa