aboutsummaryrefslogtreecommitdiff
path: root/ws.h
blob: fa44a378e8a4069c19cbb29ff04140d9c834d337 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef WS_H
#define WS_H

#include "lex.h"
#include "cgen.h"
#include "prv.h"

int ws(const struct lex *l, struct prv *p);
int ws_cgen(const struct storage *s, struct cgen *c);
extern const struct seq wsseq[];

#endif