Login
7 branches 0 tags
Benjamin Vincent Schulenburg Added srht CI job using Arch bd6a09e 4 years ago 32 Commits
nujel / lib / reader.h
#pragma once
#include "nujel.h"
#include "datatypes/string.h"

lVal *lRead        (const char *str);
lVal *lReadString  (lString *s);