different "system()" for different OS

From: /* frank */ (__frank___at_despammed.com)
Date: 06/29/04


Date: Tue, 29 Jun 2004 19:53:17 +0200

I want

system ("CLS")

if the system is WINDOWS

system ("CLEAR")

is the OS is a UNIX like.

How I have to do?