#pragma once
#include "../nujel.h"
char *lSWriteTree(lTree *v, char *buf, char *bufEnd, bool display);
char *lSWriteVal (lVal *v, char *buf, char *bufEnd, bool display);
#pragma once
#include "../nujel.h"
char *lSWriteTree(lTree *v, char *buf, char *bufEnd, bool display);
char *lSWriteVal (lVal *v, char *buf, char *bufEnd, bool display);