Ipopt Documentation  
IpReturnCodes.h
Go to the documentation of this file.
1 /* Copyright (C) 2004, 2006 International Business Machines and others.
2  * All Rights Reserved.
3  * This code is published under the Eclipse Public License.
4  *
5  * Authors: Carl Laird, Andreas Waechter IBM 2004-08-13
6  */
7 
8 #ifndef __IPRETURNCODES_H__
9 #define __IPRETURNCODES_H__
10 
11 /* include from a common include file */
12 #ifdef __cplusplus
13 extern "C"
14 {
15 #endif
16 
17 #include "IpReturnCodes_inc.h"
18 
19 #ifdef __cplusplus
20 }
21 #endif
22 
23 #endif