go-json/internal/cmd/generator/simd/string.h

9 lines
125 B
C

#include <stdio.h>
#include <stdint.h>
#include <string.h>
typedef struct GoString {
char *buf;
size_t len;
} GoString;