Ignore:
File:
1 edited

Legend:

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

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