View difference between Paste ID: QV6yxVdH and 4eqCymZC
SHOW: | | - or go back to the newest paste.
1
  struct _iobuf {
2
    char *_ptr;
3-
    int _cnt;
3+
    int _cnt; //Line 30
4
    char *_base;
5
    int _flag;
6
    int _file;
7
    int _charbuf;
8
    int _bufsiz;
9
    char *_tmpfname;
10
  };