Sha256: 6fdc7d61437e76b977d4abcc6dd4fdb84c09cb197ad72c022bf507bb10126a5e

Contents?: true

Size: 1015 Bytes

Versions: 5

Compression:

Stored size: 1015 Bytes

Contents

/*
 * Copyright (c) 2012, Wayne Meissner
 *
 * All rights reserved.
 *
 * This file is part of ruby-ffi.
 *
 * This code is free software: you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License version 3 only, as
 * published by the Free Software Foundation.
 *
 * This code is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
 * version 3 for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with this work.  If not, see <http://www.gnu.org/licenses/>.
 */

#ifndef RBFFI_LONGDOUBLE_H
#define	RBFFI_LONGDOUBLE_H

#include <ruby.h>

#ifdef	__cplusplus
extern "C" {
#endif


extern VALUE rbffi_longdouble_new(long double ld);
extern long double rbffi_num2longdouble(VALUE value);

#ifdef	__cplusplus
}
#endif

#endif	/* RBFFI_LONGDOUBLE_H */

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ffi-1.0.12.rc3-x86-mingw32 ext/ffi_c/LongDouble.h
ffi-1.0.12.rc3 ext/ffi_c/LongDouble.h
ffi-1.0.12.rc2 ext/ffi_c/LongDouble.h
ffi-1.0.12.rc2-x86-mingw32 ext/ffi_c/LongDouble.h
ffi-1.0.12.rc1 ext/ffi_c/LongDouble.h