File: buffer.h

package info (click to toggle)
rpy2 2.1.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 804 kB
  • ctags: 1,754
  • sloc: ansic: 5,417; python: 4,771; makefile: 142
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