commit a040f28b4a899e87e419d7df9ce467f7617a3d80 parent 4aa6a2c239e36027a7174b274d9d8bc9beeac8e3 Author: finwo <finwo@pm.me> Date: Sun, 19 May 2024 01:55:43 +0200 Added strtoupper to src Diffstat:
| M | config.mk | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config.mk b/config.mk @@ -1,2 +1,3 @@ SRC+=__DIRNAME/src/strnstr.c SRC+=__DIRNAME/src/str_isHex.c +SRC+=__DIRNAME/src/strtoupper.c