42 #define __DATABUFFER_H__ |
42 #define __DATABUFFER_H__ |
43 #include <stdio.h> |
43 #include <stdio.h> |
44 #include <string.h> |
44 #include <string.h> |
45 #include "common.h" |
45 #include "common.h" |
46 |
46 |
47 #define MAX_MARKS 256 |
47 #define MAX_MARKS 512 |
48 |
48 |
49 extern int g_NextMark; |
49 extern int g_NextMark; |
50 |
50 |
51 // ============================================================================ |
51 // ============================================================================ |
52 // DataBuffer: A dynamic data buffer. |
52 // DataBuffer: A dynamic data buffer. |