Login
7 branches 0 tags
Ben (RPI 4) Trying to use #nil as a func now throws 8099be5 4 years ago 135 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);