mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-11 13:35:03 -04:00
Add note
This commit is contained in:
parent
9fed750015
commit
06f58d02c2
@ -8,6 +8,9 @@
|
|||||||
#ifndef USERLIB_STRING_H
|
#ifndef USERLIB_STRING_H
|
||||||
#define 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);
|
int str_compare(const char *s1, const char *s2);
|
||||||
bool str_equals(const char* s1, const char* s2);
|
bool str_equals(const char* s1, const char* s2);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user