Ipopt
trunk
|
00001 // Copyright (C) 2009 Paragon Decision Technology B.V. 00002 // All Rights Reserved. 00003 // This code is published under the Eclipse Public License. 00004 // 00005 // Authors: Marcel Roelofs Paragon Decision Technology B.V. 2009-10-25 00006 00007 // Dummy include file to account for missing strings.h header file used in Metis source in MSVC 8. 00008 00009 #ifndef _INCLUDED_STRINGS_H_ 00010 #define _INCLUDED_STRINGS_H_ 00011 #include <string.h> 00012 #endif