]> andersk Git - splint.git/blob - src/Headers/limwr.h
9a13db7518e618004ca23a45d175f2c6f4141bc4
[splint.git] / src / Headers / limwr.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
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.024513 seconds and 3 git commands to generate.