Login
7 branches 0 tags
Ben (X220t/Win10) Nicer file/stat error messages a6e671c 4 years ago 124 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);