/* $OpenXM: OpenXM/src/ox_ntl/ntl.h,v 1.1 2003/11/03 03:11:21 iwane Exp $ */ #ifndef __NTL_H__ #define __NTL_H__ #include "ox_toolkit.h" #define NTL_FAILURE (-1) #define NTL_SUCCESS ( 0) cmo *ntl_fctr (cmo **, int); #endif /* !__NTL_H__*/