mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-11-14 20:35:54 +05:30
safe_mem.h: add __STDC_WANT_LIB_EXT1__
This commit is contained in:
parent
de22c0bda9
commit
72c8da07b5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user