Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
numpy / numpy / distutils / tests / swig_ext / src / zoo.i
Size: Mime:
// -*- c++ -*-
// Example copied from http://linuxgazette.net/issue49/pramode.html

%module example2

%{
#include "zoo.h"
%}

%include "zoo.h"