/* * memory full warning message */ #include void memory_full () { printf ("Memory exhausted.\n"); exit(1); }