Sign in
pigweed
/
third_party
/
github
/
pybind
/
pybind11
/
9883ec01d7bfb87a90e75032581efbef906c6bcb
/
.
/
example
/
issues.py
blob: 8628439e7656a0cba9140d2ba62c7b338954e655 [
file
] [
log
] [
blame
]
#!/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'
)