1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-14 02:15:53 +05:30

safe_mem.h: add __STDC_WANT_LIB_EXT1__

This commit is contained in:
Intel A80486DX2-66 2024-04-03 20:04:44 +03:00
parent de22c0bda9
commit 72c8da07b5
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -16,6 +16,7 @@
#ifndef _SAFE_MEM_H
#define _SAFE_MEM_H
#define __STDC_WANT_LIB_EXT1__ 1
#include <stdlib.h>
typedef unsigned char byte;