Work on acceptance tests.
[agg.git] / text.h
blob0ef629d08ba9d1196923abeffd554f3f0893556f
1 #ifndef AGG_TEXT_H
2 #define AGG_TEXT_H
4 #include <string.h>
6 const char* text_get();
7 void text_buffer(const char* str, size_t len);
8 void text_enable();
9 void text_disable();
11 #endif