/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/java/enum/example.i
13 строк
250 B
William S Fulton
Removed deprecated pragmas
03 апр 2003, 16:11
03 апр 2003, 16:11
9c8a3d6
Код
Авторство
О чём код?
/* File : example.i */ %module example %{ #include "example.h" %} /* Force the generated Java code to use the C enum values rather than making a JNI call */ %javaconst(1); /* Let's just grab the original header file here */ %include "example.h"