cemu
载入中...
搜索中...
未找到
macro.h 文件参考

浏览源代码.

宏定义

#define MAX(a, b)   (((a) > (b)) ? (a) : (b))
 
#define MIN(a, b)   (((a) < (b)) ? (a) : (b))
 
#define FIRST_ARG(first, ...)   first
 
#define REST_ARGS(first, ...)   __VA_ARGS__
 

详细描述

作者
your name (you@d.nosp@m.omai.nosp@m.n.com)
版本
0.1
日期
2024-01-09