/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/ocaml/std_string/example.i
12 строк
219 B
Art Yerkes
std::string and std::wstring example.
16 фев 2003, 16:32
16 фев 2003, 16:32
5b0895e
Код
Авторство
О чём код?
/* -*- C++ -*- */ /* File : example.i -- stolen from the guile std_vector example */ %module example %{ #include "example.h" %} %include stl.i /* Let's just grab the original header file here */ %include "example.h"