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 doc aliases for a lot of the C standard library #81988

Closed
wants to merge 1 commit into from

Commits on Mar 29, 2021

  1. Add doc aliases for most of the C standard library

    I took the very scientific approach of "ask some friends what parts of
    the standard library they use a lot". They suggested
    https://www.tutorialspoint.com/c_standard_library/ and also the short
    list `strcpy, strncpy, memcpy, memcpy, printf, scanf, fprintf, sprintf,
    asprintf, sscanf, strtok, strntok, malloc, calloc, free, strdup,
    strndup, err, errx `. Many of these already have aliases; those with
    `*n*` have no analogy in rust; `err` and `errx` have no analogy in Rust.
    I added most of the rest.
    
    This also includes aliases for standard types, like fixed-width
    integers.
    jyn514 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    41b0926 View commit details
    Browse the repository at this point in the history