RossComputerGuy/stardustos

View on GitHub
libraries/libc/src/lib.c

Summary

Maintainability
Test Coverage

TODO found
Open

    // TODO: open stdin, stdout, and stderr
Severity: Minor
Found in libraries/libc/src/lib.c by fixme

TODO found
Open

    // TODO: close stdin, stdout, and stderr
Severity: Minor
Found in libraries/libc/src/lib.c by fixme

The function __libc_fini is never used.
Invalid

void __libc_fini(int code) {
Severity: Minor
Found in libraries/libc/src/lib.c by cppcheck

The function __libc_fini is never used. (detailed CWE explanation)

The function __libc_init is never used.
Invalid

void __libc_init() {
Severity: Minor
Found in libraries/libc/src/lib.c by cppcheck

The function __libc_init is never used. (detailed CWE explanation)

There are no issues that match your filters.

Category
Status