/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/lua/embed/example.i
8 строк
129 B
Mark Gossage
[lua] Fix a bug in the class hierachy code, where the methods were not propagated,
04 дек 2007, 12:25
04 дек 2007, 12:25
89c3ace
Код
Авторство
О чём код?
/* File : example.i */ %module example %inline %{ extern int gcd(int x, int y); extern double Foo; extern void greeting(); %}