Advertisement
Guest User

Untitled

a guest
Dec 27th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. struct _iobuf {
  2. char *_ptr;
  3. int _cnt; //Line 30
  4. char *_base;
  5. int _flag;
  6. int _file;
  7. int _charbuf;
  8. int _bufsiz;
  9. char *_tmpfname;
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement