Hengband  2.2.1
マクロ定義
h-basic.h ファイル

変愚時追加された基本事項のヘッダーファイル / The most basic "include" file. [詳解]

#include "h-config.h"
#include "h-system.h"
#include "h-type.h"
#include "h-define.h"
#include "gamevalue.h"
h-basic.h の依存先関係図:
被依存関係図:

[ソースコード]

マクロ定義

#define NULL   ((char*)0)
 コンパイル環境に定義がない場合のNULL定義 [詳解]
 

詳解

変愚時追加された基本事項のヘッダーファイル / The most basic "include" file.

This file simply includes other low level header files.

日付
2014/08/15
著者
不明(変愚蛮怒スタッフ?)

マクロ定義詳解

◆ NULL

#define NULL   ((char*)0)

コンパイル環境に定義がない場合のNULL定義