1234567891011121314151617 |
- #ifndef __JSON_QUEUE_H
- #define __JSON_QUEUE_H
- #include "includes.h"
- #include "string.h"
- void creat_queue(void);
- typedef struct {
- uint32_t stringLength;
- <<<<<<< HEAD
- char *p;
- =======
- char *p;
- >>>>>>> 841e7987800910a57cf5275c331a8acbfec24198
- } StringInfo;
- #endif
|