00001 /************************************************************************************************** 00002 Title : いろいろテーブル 00003 Programmer : Yosuke FURUSAWA 00004 Copyright : Copyright (C) 2008-2010 Yosuke FURUSAWA. 00005 License : 4-clause BSD License 00006 Since : 2008/11/11 00007 00008 Filename : table.h 00009 Last up date : 2010/11/21 00010 Kanji-Code : Shift-JIS 00011 TAB Space : 4 00012 **************************************************************************************************/ 00013 00014 00015 #ifndef _TABLE_H_ 00016 #define _TABLE_H_ 00017 00018 00019 /*================================================================================================= 00020 グローバル変数 00021 =================================================================================================*/ 00022 extern const unsigned char hex[]; 00023 extern const unsigned long cpu_fcy[]; 00024 extern const double tcos[]; 00025 extern const double tsin[]; 00026 00027 00028 #endif