Add more CTL content

This commit is contained in:
Justine Tunney 2024-06-28 19:07:35 -07:00
parent 38921dc46b
commit 021c53ba32
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
56 changed files with 1747 additions and 298 deletions

View file

@ -16,13 +16,14 @@
// TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#include "ctl/is_same.h"
#include "ctl/string.h"
#include "ctl/type_traits.h"
#include "libc/mem/leaks.h"
#include "libc/str/str.h"
// #include <string>
// #include <utility>
// #define ctl std
using String = ctl::string;