Hengband  2.2.1
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.