Refactor to reduce nesting depth some more (#1740)

This commit is contained in:
Rangi
2025-07-09 22:46:40 -04:00
committed by GitHub
parent bf6875f160
commit 34cf959c9d
8 changed files with 348 additions and 356 deletions

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
// This implementation was taken from musl and modified for RGBDS
// This implementation was taken from musl and modified for RGBDS.
#include "extern/getopt.hpp"