#include "ws.h" #include "prv.h" #include "parse.h" #include "storage.h" int ws(const struct lex *l, struct prv *p) { struct ast *ast = p->ast; struct fn *fn = &ast->fns[ast->nfns - 1]; return storage(l, p, "storage section", 1, &fn->ws); }