Change back string.h as the change breaks things

This commit is contained in:
dbalatoni13 2025-01-14 22:13:22 +01:00
parent 58925bcf5d
commit 4ea1862300
2 changed files with 4 additions and 14 deletions

View file

@ -1,4 +1,5 @@
#include "string.h"
#include "stddef.h"
static int K1 = 0x80808080;
static int K2 = 0xFEFEFEFF;