/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/python/class/example.i
9 строк
141 B
Vadim Zeitlin
Revert accidental change to Python example
04 ноя 2021, 03:31
04 ноя 2021, 03:31
8014af9
Код
Авторство
О чём код?
/* File : example.i */ %module example %{ #include "example.h" %} /* Let's just grab the original header file here */ %include "example.h"