Sign in
pigweed
/
third_party
/
github
/
pybind
/
pybind11
/
08927e9809e1bd15629bf3bbf819a3e9cb1fd59a
/
.
/
example
/
issues.py
blob: 8628439e7656a0cba9140d2ba62c7b338954e655 [
file
]
#!/usr/bin/env python
from
__future__
import
print_function
import
sys
sys
.
path
.
append
(
'.'
)
from
example
.
issues
import
print_cchar
,
print_char
print_cchar
(
"const char *"
)
print_char
(
'c'
)