freeswitch/libs/ldns/contrib/python/examples/ldns-buf.py

9 lines
98 B
Python
Raw Normal View History

2011-03-25 16:23:32 +00:00
#!/usr/bin/python
import ldns
buf = ldns.ldns_buffer(1024)
buf.printf("Test buffer")
print buf