#include <stdio.h> #include <stdlib.h> #include "global.h" void doSomething(); int main(int argc, char* argv[]) { x = 100; printf("%d\n", x); doSomething(); return 0; }
If you find our content useful and has helped you in the past, you can help the CodeVault community grow by becoming a CodeVault supporter