Login
7 branches 0 tags
Ben (X13/Arch) Fixed [bool] b4fcf3d 4 years ago 127 Commits
nujel / lib / collection / string.h
#pragma once
#include "../nujel.h"

lString *lStringNew       (const char *str, uint len);
lString *lStringNewNoCopy (const char *str, uint len);
lString *lStringDup       (      lString *s);
int      lStringLength    (const lString *s);
lVal    *lValString       (const char *s);
lVal    *lValStringNoCopy (const char *s, int len);