mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-05-31 08:31:41 +05:30
safe_mem.h: add __STDC_WANT_LIB_EXT1__
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user