I'm just coding a PIC18F-projekt and there is the need to clear some Arrays or so...

What's about a ClearMem-command (or macro), because it is smarter then a "FOR I=0 to 15:Array[I]=0:Next I"-monster ?

Are there any macros to use ?

And what about a sizeof-function ????