summaryrefslogtreecommitdiff
path: root/third_party/spiro/ppedit/sexp.h
blob: 162152d2416dd7dd88d91b17d61b679bc31276e3 (plain)
1
2
3
4
5
6
7
8
9
10
typedef struct {
    FILE *f;
    char tokbuf[256];
    int singlechar;
    int is_double;
    double d;
} sexp_reader;

int
sexp_token(sexp_reader *sr);