Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pybind11
/
0772967ecfbc3c1cf6260bbc5277c7a2b801cec7
/
.
/
example
/
issues.py
blob: 64bd7c62aeb1e992d6fa7ca85b691919c9e0035b [
file
] [
log
] [
blame
]
#!/usr/bin/env python
from
__future__
import
print_function
import
sys
sys
.
path
.
append
(
'.'
)
from
example
.
issues
import
print_cchar
print_cchar
(
"const char *"
)