示例#1
0
 static public string sqlite3_errstr(int rc)
 {
     return(_imp.sqlite3_errstr(rc));
 }