This commit is contained in:
Baptiste Wicht 2014-02-08 22:21:30 +01:00
parent 9fed750015
commit 06f58d02c2

View File

@ -8,6 +8,9 @@
#ifndef USERLIB_STRING_H
#define USERLIB_STRING_H
//TODO Once the shell use std::string, remove this file and its source file
//equivalent
int str_compare(const char *s1, const char *s2);
bool str_equals(const char* s1, const char* s2);