comparison src/vbuf.h @ 120:6395ced2b8b2

disable building pst2dii on cygwin consistent ordering of our include files all system includes protected by ifdef HAVE_ from autoconf
author Carl Byington <carl@five-ten-sg.com>
date Sun, 01 Feb 2009 11:24:22 -0800
parents ed2a260bbb98
children fc11b1d1ad34
comparison
equal deleted inserted replaced
119:f50f4321aa2d 120:6395ced2b8b2
10 */ 10 */
11 11
12 #ifndef VBUF_H 12 #ifndef VBUF_H
13 #define VBUF_H 13 #define VBUF_H
14 #define SZ_MAX 4096 14 #define SZ_MAX 4096
15 #include <stdlib.h>
16 #include <stdio.h>
17 #include <stdarg.h>
18 /***************************************************/ 15 /***************************************************/
19 16
20 17
21 // Variable-length buffers 18 // Variable-length buffers
22 struct varbuf { 19 struct varbuf {