source: asp3_gr_sakura/trunk/tecs_kernel/init_tecs.c@ 318

Last change on this file since 318 was 318, checked in by coas-nagasima, 7 years ago

プロパティの文字コードにUTF-8を追加、キーワードを削除

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-csrc; charset=UTF-8
File size: 127 bytes
Line 
1/*
2 * TECSの初期化処理
3 *
4 * $Id$
5 */
6
7#include "global_tecsgen.h"
8
9void
10initialize_tecs(void)
11{
12 INITIALIZE_TECS();
13}
Note: See TracBrowser for help on using the repository browser.