Hengband  2.1.4
 全て データ構造 ファイル 関数 変数 型定義 マクロ定義 ページ
h-system.h

変愚蛮怒用システムヘッダーファイル / The most basic "include" file. [詳細]

#include <stdio.h>
#include <ctype.h>
#include <wctype.h>
#include <errno.h>
#include <stddef.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/timeb.h>
#include <time.h>
#include <memory.h>
#include <fcntl.h>
#include <sys/param.h>
#include <sys/file.h>
#include <pwd.h>
#include <unistd.h>
#include <sys/stat.h>
#include <string.h>
#include <stdarg.h>
h-system.hのインクルード依存関係図
このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

ソースコードを見る。

説明

変愚蛮怒用システムヘッダーファイル / The most basic "include" file.

This file simply includes other low level header files.

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

Include the basic "system" files. Make sure all "system" constants/macros are defined. Make sure all "system" functions have "extern" declarations. This file is a big hack to make other files less of a hack. This file has been rebuilt – it may need a little more work.

It is (very) unlikely that VMS will work without help, primarily because VMS does not use the "ASCII" character set.