File: SubnetTree.i

package info (click to toggle)
pysubnettree 0.36-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 460 kB
  • sloc: cpp: 5,046; ansic: 926; python: 177; makefile: 55; sh: 5
file content (8 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8

%module SubnetTree
%{
  #include "SubnetTree.h"
%}
      
%include "SubnetTree.h"