Ignore:
File:
1 edited

Legend:

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

    r28a5ebd rbc56f30  
    4242#include <_bits/size_t.h>
    4343#include <_bits/wchar_t.h>
    44 #include <_bits/uchar.h>
    4544#include <_bits/wint_t.h>
    4645#include <_bits/decls.h>
     
    124123extern wint_t fputwc(wchar_t, FILE *);
    125124extern wint_t putwchar(wchar_t);
    126 
    127 extern wint_t fputuc(char32_t, FILE *);
    128 extern wint_t putuchar(char32_t);
    129125
    130126/* Formatted string output functions */
Note: See TracChangeset for help on using the changeset viewer.