File: math.i

package info (click to toggle)
pyfltk 1.3.8%2Brepack-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,868 kB
  • sloc: python: 7,494; cpp: 351; perl: 55; makefile: 24
file content (8 lines) | stat: -rwxr-xr-x 85 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
/* File : math.i */
//%module math

%{
#include "FL/math.h"
%}

%include "FL/math.h"