Ignore:
File:
1 edited

Legend:

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

    rb79903b r4805495  
    3434 */
    3535
    36 #ifndef LIBC_STDIO_H_
    37 #define LIBC_STDIO_H_
     36#ifndef _LIBC_STDIO_H_
     37#define _LIBC_STDIO_H_
    3838
    3939#ifdef __cplusplus
     
    204204};
    205205
    206 extern int vprintf_size(const char *, va_list);
    207 extern int printf_size(const char *, ...)
     206extern int vprintf_length(const char *, va_list);
     207extern int printf_length(const char *, ...)
    208208    _HELENOS_PRINTF_ATTRIBUTE(1, 2);
    209209extern FILE *fdopen(int, const char *);
Note: See TracChangeset for help on using the changeset viewer.