00001 /* 00002 * This file was automatically generated by version 1.7 of cextract. 00003 * Manual editing not recommended. 00004 * 00005 * Created: Fri May 5 14:40:37 2000 00006 */ 00007 #ifndef _SolveDio_h_ 00008 #define _SolveDio_h_ 00009 #if (defined(__STDC__) || defined(__cplusplus)) 00010 00011 #if defined(__cplusplus) 00012 extern "C" { 00013 #endif 00014 00015 extern int SolveDiophantine ( Matrix *M, Matrix **U, Vector **X ); 00016 00017 #if defined(__cplusplus) 00018 } 00019 #endif 00020 00021 #else /* (defined(__STDC__) || defined(__cplusplus)) */ 00022 00023 extern int SolveDiophantine (/* Matrix *M, Matrix **U, Vector **X */); 00024 00025 #endif /* (defined(__STDC__) || defined(__cplusplus)) */ 00026 #endif /* _SolveDio_h_ */