Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/bithenge/src/print.c

    r7c3fb9b r28a5ebd  
    4040#include <stdarg.h>
    4141#include <stdio.h>
    42 #include <wchar.h>
     42#include <uchar.h>
    4343#include <bithenge/blob.h>
    4444#include <bithenge/print.h>
     
    164164        string_iterator_t i = string_iterator(value);
    165165        while (!string_iterator_done(&i)) {
    166                 wchar_t ch;
     166                char32_t ch;
    167167                errno_t rc = string_iterator_next(&i, &ch);
    168168                if (rc != EOK)
Note: See TracChangeset for help on using the changeset viewer.