This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
freeswitch
mirror of
https://github.com/signalwire/freeswitch.git
Watch
1
Star
0
Fork
You've already forked freeswitch
0
Code
Issues
Projects
Releases
Wiki
Activity
7fbc7c475a
freeswitch
/
libs
/
ldns
/
contrib
/
python
/
examples
/
ldns-buf.py
9 lines
98 B
Python
Raw
Blame
History
#!/usr/bin/python
import
ldns
buf
=
ldns
.
ldns_buffer
(
1024
)
buf
.
printf
(
"
Test buffer
"
)
print
buf
Reference in New Issue
View Git Blame
Copy Permalink