Sign in
fuchsia
/
third_party
/
swig
/
refs/heads/upstream/enable-more-warnings-in-ci
/
.
/
Examples
/
ocaml
/
std_string
/
example.i
blob: 7b144ea05e508f6616ada7d9bae114e504e5a77a [
file
] [
log
] [
blame
] [
edit
]
/* -*- 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"