Sign in
pigweed
/
third_party
/
github
/
pybind
/
pybind11
/
17cdb06c1b5dbc3d7d4dafaa22ecfe712264eaf8
/
.
/
example
/
issues.py
blob: 64bd7c62aeb1e992d6fa7ca85b691919c9e0035b [
file
]
#!/usr/bin/env python
from
__future__
import
print_function
import
sys
sys
.
path
.
append
(
'.'
)
from
example
.
issues
import
print_cchar
print_cchar
(
"const char *"
)