Mega Code Archive
Categories
/
C
/
Code Snippets
Use global variable in function
#include
int max; /* a global variable */ void f(void) { int j; for(j=0; j