00001 00012 #ifndef _UNROLL_H 00013 00014 #include <string> 00015 00042 const string& unroll(const char * rec, const char * dict) ; 00043 00044 #endif