lib/misc/strlist.cc
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
equal deleted inserted replaced
1:30113bfbe723 2:b3afb9f1e801
    13 // You should have received a copy of the GNU General Public License
    13 // You should have received a copy of the GNU General Public License
    14 // along with this program; if not, write to the Free Software
    14 // along with this program; if not, write to the Free Software
    15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    16 
    16 
    17 #include <config.h>
    17 #include <config.h>
       
    18 #include <string.h>
    18 #include "strlist.h"
    19 #include "strlist.h"
    19 
    20 
    20 static const char* compare(const char* ptr, const char* end,
    21 static const char* compare(const char* ptr, const char* end,
    21 			   const mystring& var, char suffix)
    22 			   const mystring& var, char suffix)
    22 {
    23 {