提交 bce3e0b0 编写于 作者: B Behdad Esfahbod

Define NULL.

上级 9f8da38c
......@@ -18,7 +18,9 @@
FT_BEGIN_HEADER
#include "ftglue.h"
#ifndef NULL
# define NULL ((void *)0)
#endif
#ifndef FALSE
# define FALSE 0
......@@ -28,6 +30,8 @@ FT_BEGIN_HEADER
# define TRUE 1
#endif
#include "ftglue.h"
#define ARRAY_LEN(Array) ((int)(sizeof (Array) / sizeof (Array)[0]))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册