Mini-Unix/usr/source/iolib/iehzap.c

Compare this file to the similar file:
Show the results in this format:

IEHzap(s)
{
write(2,s,6);
write(2,": argument count wrong\n",23);
write(2,"That's all, folks\n",18);
exit();
}