mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
5924a23b8d
Add descriptive comments for MRB_API functions in src/string.c This commit adds descriptive comments to various MRB_API functions within the src/string.c file. These comments aim to improve code readability and maintainability by explaining the purpose, parameters, and return values of these functions.