/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/c/simple/example.i
7 строк
106 B
Maciej Drwal
Exceptions support for C. exception_order test shows how to use type information to achieve correct catching order. Examples cleanup.
17 июл 2008, 04:52
17 июл 2008, 04:52
88facfd
Код
Авторство
О чём код?
/* File : example.i */ %module example %inline %{ extern int gcd(int x, int y); extern double Foo; %}