RNAlib-2.0.2
H/stringdist.h
Go to the documentation of this file.
00001 #ifndef __VIENNA_RNA_PACKAGE_STRING_DIST_H__
00002 #define __VIENNA_RNA_PACKAGE_STRING_DIST_H__
00003 
00009 #include "dist_vars.h"
00010 
00011 
00018 swString *Make_swString(char *string);
00019 
00027 float     string_edit_distance( swString *T1,
00028                                 swString *T2);
00029 
00030 #endif