Initial hopefully working code.
[mctap.git] / src / utils.h
index 3a1c41a..8358244 100644 (file)
@@ -67,6 +67,11 @@ struct buffer {
     size_t s, d;
 };
 
+struct intbuf {
+    int *b;
+    size_t s, d;
+};
+
 struct charbuf {
     char *b;
     size_t s, d;