#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>
[ソースコード]
|
#define | X_VERSION_MAJOR (0) |
|
#define | X_VERSION_MINOR (3) |
|
#define | X_VERSION_STRING "0.3" |
|