home *** CD-ROM | disk | FTP | other *** search
- /*
- ***********************************************************************
- *
- * PRAM boss
- * Reading Parameter RAM (PRAM) and setting/resetting it
- *
- * The program is intended to save the contents of the parameter RAM and the
- * extended PRAM in a resource. The resource is used by an INIT PRAMset to
- * reset the PRAM and extended PRAM to their "original" values (at the moment
- * when the resource was created/updated). PRAM is a non-volatile RAM that stores
- * almost all system parameters that are controlled by "control panels",
- * say, the current date, the system font number and the speaker volume, beep 'snd '
- * resource id, etc. The resource to store the "standard" PRAM settings is a 'HEXA'
- * resource named "Standard PRAM".
- *
- ***********************************************************************
- */
-
- /* MacHeaders Included */
-
-
- void main(void)
- {
- Initialize_MAC();
-
- }