#include "other.h" void main() { int a = 5; printf("%d", a); foo(); int i = 10; while (i != 0) { printf("%d", i); i -= 1; } }