chiwawa626
Lifer
Ok, so the standard is no more then 80 characters per line, well what do you do when you have something like this:
printf ( " inner_sq_ch (must be an ASCII value within the range [32 - 126])\n") ;
with the indenting and stuff its over 80chars, how would i split this statement up? to put it on multi lines?
printf ( " inner_sq_ch (must be an ASCII value within the range [32 - 126])\n") ;
with the indenting and stuff its over 80chars, how would i split this statement up? to put it on multi lines?