Use include <cstring> and std::memcpy etc

This commit is contained in:
2025-08-23 20:24:50 -04:00
parent 18a1b30d9f
commit a2e1fd5ba1
8 changed files with 56 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
%{
#include <string.h>
#include <cstring>
%}
%define hash-function-name hash_json_token
%define lookup-function-name lookup_json_token