Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add fgetwc, getwc, ungetwc wchar api implementation #11408

Merged
merged 3 commits into from
Dec 17, 2023

Commits on Dec 17, 2023

  1. libs/libc/wchar: add fgetwc implementation

    Signed-off-by: guoshichao <[email protected]>
    guoshichao committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    d508a2e View commit details
    Browse the repository at this point in the history
  2. libs/libc/wchar: add getwc implementation

    Signed-off-by: guoshichao <[email protected]>
    guoshichao committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    e4799e2 View commit details
    Browse the repository at this point in the history
  3. libs/libc/wchar: add ungetwc implementation

    Signed-off-by: guoshichao <[email protected]>
    guoshichao committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    f1141ad View commit details
    Browse the repository at this point in the history