pkg://XITE-3.3-3.i386.rpm:4505295/
usr/
xite/
include/xite_strtol.h
info downloads
/*
________________________________________________________________
xite_strtol.h
$Id: xite_strtol.h,v 1.9 1997/03/24 10:55:59 svein Exp $
Copyright 1990, Blab, UiO
Image processing lab, Department of Informatics
University of Oslo
E-mail: blab@ifi.uio.no
________________________________________________________________
Permission to use, copy, modify and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that this copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in supporting
documentation and that the name of B-lab, Department of Informatics or
University of Oslo not be used in advertising or publicity pertaining
to distribution of the software without specific, written prior permission.
B-LAB DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL B-LAB
BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#ifndef _XITE_STRTOL_H_
_XITE_CPLUSPLUS_BEGIN
#ifdef SunOSSun3
# define _XITE_STRTOL_H_
double strtod _XITE_PARAMS(( const char *, char ** ));
long strtol _XITE_PARAMS(( const char *, char **, int ));
#endif /* SunOSSun3 */
#ifdef SunOS
# define _XITE_STRTOL_H_
double strtod _XITE_PARAMS(( const char *, char ** ));
long strtol _XITE_PARAMS(( const char *, char **, int ));
#endif /* SunOS */
#ifdef SunOS5
# define _XITE_STRTOL_H_
double strtod _XITE_PARAMS(( const char *, char ** ));
long strtol _XITE_PARAMS(( const char *, char **, int ));
#endif /* SunOS5 */
#ifdef ULTRIX
# define _XITE_STRTOL_H_
# include <stdlib.h>
#endif /* ULTRIX */
#ifdef AIX
# define _XITE_STRTOL_H_
# include <stdlib.h>
#endif /* AIX */
#if defined(IRIX) || defined(IRIX64)
# define _XITE_STRTOL_H_
# include <stdlib.h>
#endif /* IRIX || IRIX64 */
#ifdef HPUX
# define _XITE_STRTOL_H_
# include <stdlib.h>
#endif /* HPUX */
#ifdef OSF1
# define _XITE_STRTOL_H_
# include <stdlib.h>
#endif /* OSF1 */
#ifdef MSDOS
# define _XITE_STRTOL_H_
double strtod _XITE_PARAMS(( const char *, char ** ));
long strtol _XITE_PARAMS(( const char *, char **, int ));
#endif /* MSDOS */
#ifndef _XITE_STRTOL_H_
# define _XITE_STRTOL_H_
double strtod _XITE_PARAMS(( const char *, char ** ));
long strtol _XITE_PARAMS(( const char *, char **, int ));
#endif /* Default case */
_XITE_CPLUSPLUS_END
#endif /* _XITE_STRTOL_H_ */