mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
ldns base 1.6.9 from tarball
This commit is contained in:
8
libs/ldns/contrib/python/examples/ldns-buf.py
Normal file
8
libs/ldns/contrib/python/examples/ldns-buf.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import ldns
|
||||
|
||||
buf = ldns.ldns_buffer(1024)
|
||||
buf.printf("Test buffer")
|
||||
print buf
|
||||
|
Reference in New Issue
Block a user