src/buffer.c

changeset 530
e866516cac17
parent 529
814d51173f20
child 532
080c304ec176
equal deleted inserted replaced
529:814d51173f20 530:e866516cac17
28 28
29 #include "cx/buffer.h" 29 #include "cx/buffer.h"
30 #include "cx/utils.h" 30 #include "cx/utils.h"
31 31
32 #include <stdlib.h> 32 #include <stdlib.h>
33 #include <stdio.h>
33 #include <string.h> 34 #include <string.h>
34 35
35 int cxBufferInit( 36 int cxBufferInit(
36 CxBuffer *buffer, 37 CxBuffer *buffer,
37 void *space, 38 void *space,

mercurial