Login
7 branches 0 tags
Ben (X13/Arch) Added a very simple JSON serialization routine a9d3f5b 3 years ago 506 Commits
nujel / bin / operation / environment.h
#ifndef NUJEL_BIN_OP_ENV
#define NUJEL_BIN_OP_ENV

#include "../../lib/api.h"

void initEnvironmentMap(lClosure *c);

#endif