File: enchant.i

package info (click to toggle)
enchant 1.6.0-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,332 kB
  • sloc: cpp: 26,552; sh: 10,261; ansic: 4,571; makefile: 305
file content (8 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
%module enchant
%{
#include "enchant.h"
%}

typedef unsigned long size_t;

%include "enchant.h"