Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/io/printf_core.h

    r4805495 r28a5ebd  
    3838#include <stddef.h>
    3939#include <stdarg.h>
     40#include <uchar.h>
    4041
    4142/** Structure for specifying output methods for different printf clones. */
     
    4546
    4647        /* Wide string output function, returns number of printed characters or EOF */
    47         int (*wstr_write)(const wchar_t *, size_t, void *);
     48        int (*wstr_write)(const char32_t *, size_t, void *);
    4849
    4950        /* User data - output stream specification, state, locks, etc. */
Note: See TracChangeset for help on using the changeset viewer.