File: SubnetTree.i

package info (click to toggle)
pysubnettree 0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 352 kB
  • ctags: 624
  • sloc: cpp: 4,666; ansic: 906; python: 262; makefile: 42
file content (7 lines) | stat: -rw-r--r-- 83 bytes parent folder | download
1
2
3
4
5
6
7
%module SubnetTree
%{
  #include "SubnetTree.h"
%}
      
%include "SubnetTree.h"