1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-14 20:35:54 +05:30

str_replace.c: change to-do style

This commit is contained in:
Intel A80486DX2-66 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
* License: Creative Commons Zero 1.0 Universal
*
* To-Do:
* - add ability to replace from the end (negative value of max_count)
* TODO: Add ability to replace from the end (negative value of max_count)
*/
#include "str_replace.h"