Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/stdio.h

    r163e34c r28a5ebd  
    209209};
    210210
     211extern int vprintf_length(const char *, va_list);
     212extern int printf_length(const char *, ...)
     213    _HELENOS_PRINTF_ATTRIBUTE(1, 2);
    211214extern FILE *fdopen(int, const char *);
    212215extern int fileno(FILE *);
Note: See TracChangeset for help on using the changeset viewer.