picox  0.1
xcore.h ファイル
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#include <stdarg.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <limits.h>
#include <picox/xconfig.h>
#include <picox/core/detail/xcompiler.h>
#include <picox/core/detail/xpreprocessor.h>
#include <picox/core/detail/xstddef.h>
#include <picox/core/detail/xdebug.h>
#include <picox/core/detail/xutils.h>
#include <picox/core/detail/xstring.h>
#include <picox/core/detail/xstdlib.h>
#include <picox/core/detail/xstream.h>
#include <picox/core/detail/xstdio.h>
#include <picox/core/detail/xrandom.h>
#include <picox/core/detail/xtime.h>
xcore.h の依存先関係図:
被依存関係図:

[ソースコード]

マクロ定義

#define X_VERSION_MAJOR   (0)
 
#define X_VERSION_MINOR   (3)
 
#define X_VERSION_STRING   "0.3"
 

詳解

著者
MaskedW