Ipopt  3.12.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
strings.h
Go to the documentation of this file.
1 // Copyright (C) 2009 Paragon Decision Technology B.V.
2 // All Rights Reserved.
3 // This code is published under the Eclipse Public License.
4 //
5 // Authors: Marcel Roelofs Paragon Decision Technology B.V. 2009-10-25
6 
7 // Dummy include file to account for missing strings.h header file used in Metis source in MSVC 8.
8 
9 #ifndef _INCLUDED_STRINGS_H_
10 #define _INCLUDED_STRINGS_H_
11 #include <string.h>
12 #endif