chore: add static qualifiers to global variables and const-correctness to tool result parameters

This commit is contained in:
2025-03-16 06:36:13 +00:00
parent 3aa4f0d02e
commit 8b25cb93d4
9 changed files with 262 additions and 227 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// This source code extracts URLs from an input string and replaces them inline with their respective content in Markdown style.
// Imports used: regex.h for regular expression operations, http.h and url.h for HTTP and URL-related utility functions.
// Imports used: regex.h for regular expression operations, http.h and url.h for HTTP and URL-related utility functions.
// MIT License