]> andersk Git - splint.git/blame - src/Headers/limwr.h
Fixed some splintme errors from the previous code change.
[splint.git] / src / Headers / limwr.h
CommitLineData
885824d3 1/*
c0de361f 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
885824d3 3** See ../LICENSE for license information.
4**
5*/
6typedef 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
13mail()
14{
15 liwmr_t y;
16 int i;
17
18 i = (y->puts)();
19
20 i = (y->close)();
This page took 0.061499 seconds and 5 git commands to generate.