utf8 processing without struct
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
void abAppend(struct abuf *ab, const unsigned char *s, int len);
|
||||
void abAppend(struct abuf *ab, const char *s, int len);
|
||||
|
||||
void abFree(struct abuf *ab);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user