[BACK]Return to stdio.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/stdio.h between version 1.54 and 1.55

version 1.54, 2020/09/11 17:56:41 version 1.55, 2022/01/05 20:57:27
Line 368 
Line 368 
 FILE    *funopen(const void *,  FILE    *funopen(const void *,
                 int (*)(void *, char *, int),                  int (*)(void *, char *, int),
                 int (*)(void *, const char *, int),                  int (*)(void *, const char *, int),
                 fpos_t (*)(void *, fpos_t, int),                  off_t (*)(void *, off_t, int),
                 int (*)(void *));                  int (*)(void *));
 __END_DECLS  __END_DECLS
 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)  #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55