I just wanted to mention that strclr() is not part of the C language. Nor is conio.h. It is an extra header that defines old msdos style functions that aren't standard C and are not part of the language proper. clrstr() is an extra function.
My system has functions like strfry() and memfrob(). That is the posix
standard. They aren't part of C either.
Bill
