Code source : exemple void mywonderfulfunction(void) { int i; char buffer[128]; for(i=0;i<256;i++) buffer[i]='Z'; return; }