Login
7 branches 0 tags
Ben (Mac) Added a way to run nujel with no StdLib d85e9f3 4 years ago 50 Commits
nujel / lib / operations / string.h
#pragma once
#include "../nujel.h"

lVal *lnfCat           (lClosure *c, lVal *v);
void lOperationsString (lClosure *c);