clrscr()

I want to clear the text screen using code under QNX6. How can i do that?
I have searched for a function like clrscr, but i did’nt found anything like that.
:question:

putchar(12);

12 is the code for CTRL-L ( Form Feed )

@mario
cool, it works very nice!!!
thanks a lot for the quick answer :mrgreen: