refactor: use <cstdlib> over stdlib.h

We currently use both. Consolidate on the former.
This commit is contained in:
fanquake
2022-09-23 10:48:47 +01:00
parent 100949af0e
commit a63d4cb26a
22 changed files with 23 additions and 24 deletions

View File

@@ -5,8 +5,8 @@
// This is a translation to GCC extended asm syntax from YASM code by Intel
// (available at the bottom of this file).
#include <cstdlib>
#include <stdint.h>
#include <stdlib.h>
#if defined(__x86_64__) || defined(__amd64__)