An area of memory set aside for storing
cookies. Most commonly heard in the Atari ST community; many
useful ST programs record their presence by storing a distinctive
magic number in the jar. Programs can inquire after the
presence or otherwise of other programs by searching the contents
of the jar.
magic number n.
[Unix/C; common] 1. In source code
some non-obvious constant whose value is significant to the
operation of a program and that is inserted inconspicuously in-line
(hardcoded), rather than expanded in by a symbol set by a
commented #define....