Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pybind11
/
0772967ecfbc3c1cf6260bbc5277c7a2b801cec7
/
.
/
example
/
issues.py
blob: 64bd7c62aeb1e992d6fa7ca85b691919c9e0035b [
file
] [
log
] [
blame
]
Wenzel Jakob
17cdb06
2016-03-10 13:24:10 +0100
[
diff
] [
blame
]
1
#!/usr/bin/env python
2
from
__future__
import
print_function
3
import
sys
4
sys
.
path
.
append
(
'.'
)
5
6
from
example
.
issues
import
print_cchar
7
8
print_cchar
(
"const char *"
)