My favorite bogus fill value/return code (because
it is obvious, not
because it traps if executed) is 0xDEADBEEF.
One I've often used is 0xDEADF00D, same meaning I suppose :)
0xFEEDFACE 0xDEADBEEF
-ethan
I use 0xDEADBEEF and 0xBEEFCAFE all the time. I once ran across 0xDEADBABE,
and promptly replaced that, lest a customer decide to browse the source.
Just a little too morbid. Another personal favorite is 0xe5e5e5e5 (which,
as the truly geek will remember, 0xe5 indicated a deleted file in the CP/M
directory entry).