File: array.h

package info (click to toggle)
rpy2 2.2.6-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,032 kB
  • sloc: ansic: 8,431; python: 6,451; makefile: 149
file content (11 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11

#ifndef RPY_AR_H
#define RPY_AR_H

#include <R.h>
#include <Python.h>

static PyObject* 
array_struct_get(PySexpObject *self);

#endif /* !RPY_AR_H */