1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-02-24 22:37:39 +05:30

str_replace.c: change to-do style

This commit is contained in:
パチュリー・ノーレッジ 2024-03-10 11:52:23 +03:00
parent 34832e541b
commit df8d36b8d5
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -4,8 +4,7 @@
* Author: Intel A80486DX2-66 * Author: Intel A80486DX2-66
* License: Creative Commons Zero 1.0 Universal * License: Creative Commons Zero 1.0 Universal
* *
* To-Do: * TODO: Add ability to replace from the end (negative value of max_count)
* - add ability to replace from the end (negative value of max_count)
*/ */
#include "str_replace.h" #include "str_replace.h"