mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 01:52:30 +00:00
fix(string): add Equal functions
This commit is contained in:
parent
e68a482072
commit
e9b7e58bc8
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
#include "bc/string/Append.hpp"
|
#include "bc/string/Append.hpp"
|
||||||
#include "bc/string/Copy.hpp"
|
#include "bc/string/Copy.hpp"
|
||||||
#include "bc/string/Defines.hpp"
|
#include "bc/string/Defines.hpp"
|
||||||
|
#include "bc/string/Equal.hpp"
|
||||||
#include "bc/string/Find.hpp"
|
#include "bc/string/Find.hpp"
|
||||||
#include "bc/string/Format.hpp"
|
#include "bc/string/Format.hpp"
|
||||||
#include "bc/string/Length.hpp"
|
#include "bc/string/Length.hpp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue