#ifndef __JBXL_CPP_BASICLIB_H_ #define __JBXL_CPP_BASICLIB_H_ /** Basic Library 修正履歴 '04 9/13 tools.h :  ntoh_st(), hton_st(), ntoh_ar(), hton_ar() の解釈ミスを修正 '04 9/13 buffer.c, tlist.c を追加 '04 9/13 decode_Base64() 文字長修正(前から分っていたヤツ) '05 1/19 一部コメント,ファイル名を修正 '05 1/22 magdebug.cpp メッセージ出力関数の改行の取り扱いを変更 '08 8/10 Linux and VC++ 統合 */ #include "common++.h" #include "tools++.h" #include "buffer.h" #include "mt.h" #include "matrix.h" #include "tlist.h" #include "txml.h" #include "xtools.h" #include "ClassBox.h" #define JBXL_BASICLIB_VERSION "v5.0 stable '08 8/10" #define JBXL_BASICLIB_NAME "BasicLib" #define JBXL_BASICLIB_COPYRIGHT "by Fumi.Iseki (C) 2000" #endif