1 Star 0 Fork 16

andynonlyacoder / xmem

forked from 牧梦追马 / xmem 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
platform.h 358 Bytes
一键复制 编辑 原始数据 按行查看 历史
牧梦追马 提交于 2017-09-12 23:04 . Create
#ifndef __PLATFORM_H__
#define __PLATFORM_H__
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#if XMEM_DEBUG
#define XMEM_LOG printf
#else
#define XMEM_LOG(...)
#endif
#define xMemAssert assert
#define xMemPrintf printf
#define SYS_ENTER_CRITICAL_SECTION
#define SYS_EXIT_CRITICAL_SECTION
#endif // __PLATFORM_H__
C
1
https://gitee.com/andysun1991/xmem.git
git@gitee.com:andysun1991/xmem.git
andysun1991
xmem
xmem
master

搜索帮助