/* $Id: duplicate.h 4034 2008-10-03 01:17:40Z rares $ Copyright (C) 2007 by The Regents of the University of California Redistribution of this file is permitted under the terms of the BSD license Date: 01/14/2006 Author: Rares Vernica */ #ifndef _duplicate_h_ #define _duplicate_h_ #include using namespace std; string trim(const string &s); void EditDistModif(string &sDup, unsigned noChanges); void insertDuplicates(); #endif