diff --git a/c-programming/strings/str_replace.c b/c-programming/strings/str_replace.c index 8db64e0..21fb61e 100644 --- a/c-programming/strings/str_replace.c +++ b/c-programming/strings/str_replace.c @@ -1,10 +1,10 @@ /* * str_replace.c * + * TODO: Add ability to replace from the end (negative value of max_count) + * * Author: Intel A80486DX2-66 * License: Creative Commons Zero 1.0 Universal - * - * TODO: Add ability to replace from the end (negative value of max_count) */ #include "str_replace.h"