Sha256: d23d39af60e67ffcf48f32ff2b118a00fefe2ef021a3d1002f36cdd68a44d5b4

Contents?: true

Size: 1.11 KB

Versions: 22

Compression:

Stored size: 1.11 KB

Contents

/* dtable.h */
/*
   Copyright (C) 2004  Bill Paxton

   This file is part of Dtable.

   Dtable is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Library Public License as published
   by the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.

   Dtable 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 Library General Public License for more details.

   You should have received a copy of the GNU Library General Public License
   along with Dtable; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifndef __dtable_H__
#define __dtable_H__

#include <symbols.h>

/*======================================================================*/


DECLARE_SYMBOL(VALUE, Read_Dtable, 
	       (VALUE dest, char *filename, int skip_lines));
DECLARE_SYMBOL(double **, Dtable_Ptr, 
	       (VALUE dtable, long *num_cols, long *num_rows));

#endif

Version data entries

22 entries across 15 versions & 1 rubygems

Version Path
tioga-1.19.1 ext/Dobjects/Dtable/include/dtable.h
tioga-1.19 ext/Dobjects/Dtable/include/dtable.h
tioga-1.18 ext/Dobjects/Dtable/include/dtable.h
tioga-1.17 ext/Dobjects/Dtable/include/dtable.h
tioga-1.16 ext/Dobjects/Dtable/include/dtable.h
tioga-1.15 ext/Dobjects/Dtable/include/dtable.h
tioga-1.14 ext/Dobjects/Dtable/include/dtable.h
tioga-1.13 ext/Dobjects/Dtable/include/dtable.h
tioga-1.11 split/Dtable/include/dtable.h
tioga-1.11 split/Tioga/dtable.h
tioga-1.8 split/Tioga/dtable.h
tioga-1.6 split/Dtable/include/dtable.h
tioga-1.9 split/Dtable/include/dtable.h
tioga-1.4 split/Tioga/dtable.h
tioga-1.8 split/Dtable/include/dtable.h
tioga-1.9 split/Tioga/dtable.h
tioga-1.7 split/Tioga/dtable.h
tioga-1.5 split/Dtable/include/dtable.h
tioga-1.7 split/Dtable/include/dtable.h
tioga-1.5 split/Tioga/dtable.h