File: pyiptcdata.h

package info (click to toggle)
libiptcdata 1.0.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,048 kB
  • sloc: ansic: 4,900; sh: 4,781; xml: 710; makefile: 103; python: 87; sed: 16
file content (7 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#include <Python.h>

#if PY_MAJOR_VERSION >= 3
# include "python3/pyiptcdata.h"
#else
# include "python2/pyiptcdata.h"
#endif