simple problem:
given the following program:
#include inline void addEmUp(int a, int b, int * result) { if (result) { *r
Try adding the "-O" option to your compiler command. Inlining is turned on only when optimization is enabled.