File: buffer.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 (12 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _RPY_PRIVATE_BUFFER_H_
#define _RPY_PRIVATE_BUFFER_H_

#ifndef _RPY_RINTERFACE_MODULE_
#error buffer.h should not be included
#endif

static PyBufferProcs VectorSexp_as_buffer;

#endif