Imported Upstream version 0.72

This commit is contained in:
TANIGUCHI Takaki
2009-11-21 16:29:02 +09:00
commit a39ce4fddf
879 changed files with 252874 additions and 0 deletions

10
method-link.c Normal file
View File

@@ -0,0 +1,10 @@
/* Automatically generated wrapper for registering the methods */
void BindMethods(void)
{
void register_rs01(void);
void register_rs02(void);
register_rs01();
register_rs02();
}