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