#include "1.h" void initialize (void) { int n = 0; n = 12314314 % 453; foo (n); } void bar (int *v) { if (v != 0) *v += 12314314 % 453; }