Parameters in header files
You can put the parameters into a separate file to avoid copying
// file param.h:
static const int N = 100;
// file main.c
#include ``param.h''
char buffer[N];
// ...
Previous slide
Next slide
Back to first slide
View graphic version