summaryrefslogtreecommitdiff
path: root/all_unicode_chars/all_unicode_chars.c
AgeCommit message (Expand)Author
2024-11-03Forgot to change this from uint16_t to uin32_tHEADmasterstderr64
2024-11-03Use uint32_t instead of uint16_t to support wider range of unicode charactersstderr64
2024-11-02Use memmove instead of wmemmove because its bytes being copied and not wcharsstderr64
2024-11-02Fixed incorrect size in memsetstderr64
2024-11-02Added unicode encoding example in Cstderr64