00001 /* 00002 * $Id$ 00003 * 00004 * Author: David Fournier 00005 * Copyright (c) 2008-2012 Regents of the University of California 00006 */ 00011 #if defined(_MSC_VER) 00012 void __cdecl clrscr(){} 00013 #else 00014 extern "C" void clrscr(){} 00015 #endif