Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

c file struct

typedef struct _iobuf
{
    char*   _ptr;
    int _cnt;
    char*   _base;
    int _flag;
    int _file;
    int _charbuf;
    int _bufsiz;
    char*   _tmpfname;
} FILE;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #file #struct
ADD COMMENT
Topic
Name
2+5 =