1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-08 18:02:23 +05:30

str_replace.c: move the legal notice to the end of the note

This commit is contained in:
Intel A80486DX2-66 2024-03-31 21:23:52 +03:00
parent ca8a8c0cc5
commit 514cdf6ee2
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -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"