ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
clrscr.cpp
Go to the documentation of this file.
1 
5 #if defined(_MSC_VER)
6  void __cdecl clrscr(){}
7 #else
8  extern "C" void clrscr(){}
9 #endif
void clrscr()
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Definition: clrscr.cpp:8