Hello:
I am trying to understand the use of static in this program.
http://nanocrew.net/sw/nscdec.c for "inverse" matrix.
What difference would it make if it were not static and just "const
unsigned char inverse[ 128 ]" in global space which it already is ?
Thanks.
I am trying to understand the use of static in this program.
http://nanocrew.net/sw/nscdec.c for "inverse" matrix.
What difference would it make if it were not static and just "const
unsigned char inverse[ 128 ]" in global space which it already is ?
Thanks.
Comment