2002/3/22
1. 基本的な使い方(2)
nadd関数をTestというモジュールの関数にする
n
n%module test
nint add(int a, int  b);
n
n「 %module test 」でTestというモジュールを作る
n列挙された関数がTestの関数になる
n列挙はプロトタイプの形で