Changeset 696b405 in mainline for uspace/lib/c


Ignore:
Timestamp:
2025-04-13T12:54:10Z (3 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
9daee3de
Parents:
7d1497c
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-13 10:13:16)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-13 12:54:10)
Message:

Implement standard character conversion functions from <uchar.h> and <wchar.h>

These are more somewhat more flexible than the existing functions in <str.h> since
they can process incomplete stream and save unfinished character for next call.

Location:
uspace/lib/c
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/meson.build

    r7d1497c r696b405  
    7171        'common/stdc/qsort.c',
    7272        'common/stdc/calloc.c',
     73        'common/stdc/uchar.c',
     74        'common/stdc/wchar.c',
    7375        'common/gsort.c',
    7476        'common/str.c',
     
    196198        'test/string.c',
    197199        'test/strtol.c',
     200        'test/uchar.c',
    198201        'test/uuid.c',
    199202)
  • uspace/lib/c/test/main.c

    r7d1497c r696b405  
    5757PCUT_IMPORT(strtol);
    5858PCUT_IMPORT(table);
     59PCUT_IMPORT(uchar);
    5960PCUT_IMPORT(uuid);
    6061
Note: See TracChangeset for help on using the changeset viewer.