• Show log

    Commit

  • Hash : c9ff8368
    Author : Guillem Jover
    Date : 2022-01-29T14:48:22

    test: Import explicit_bzero and strtonum test cases from OpenBSD
    
    - Remove trailing spaces.
    - Declare file-scope functions and variables static.
    - Declare functions with a proper prototype.
    - Do not mix declarations and code for C90 conformance.
    - Do not compare size_t and ssize_t variables.