]> andersk Git - splint.git/blob - src/Headers/limwr.h
noexpand always false.
[splint.git] / src / Headers / limwr.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3 ** See ../LICENSE for license information.
4 **
5 */
6 typedef struct limwr_t {
7         int (*puts) (/* struct limwr_t *self, char *s, int slen */);
8         unsigned (*tell) (/* struct limwr_t *self */);
9         int (*seek) (/* struct limwr_t *self, unsigned n */);
10         void (*close) (/* struct limwr_t *self */);
11 } *limwr_t;
12
13 mail()
14 {
15   liwmr_t y;
16   int i;
17
18   i = (y->puts)();
19     
20   i = (y->close)();
This page took 0.073414 seconds and 5 git commands to generate.