[BACK]Return to ntl.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_ntl

Annotation of OpenXM/src/ox_ntl/ntl.h, Revision 1.1

1.1     ! iwane       1: /* $OpenXM$ */
        !             2:
        !             3: #ifndef __NTL_H__
        !             4: #define __NTL_H__
        !             5:
        !             6: #include "ox_toolkit.h"
        !             7:
        !             8: #define NTL_FAILURE    (-1)
        !             9: #define NTL_SUCCESS    ( 0)
        !            10:
        !            11:
        !            12: cmo    *ntl_fctr       (cmo **, int);
        !            13:
        !            14: #endif /* !__NTL_H__*/

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>