Skip to content

Commit 84743dc

Browse files
Update cstring.h
1 parent e22a80c commit 84743dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

code/logic/fossil/io/cstring.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ char* fossil_io_cstring_upper_snake(const char *str);
131131
/**
132132
* @brief Generates a "zalgo" glitch text version of a string.
133133
*
134-
* Example: "hello" -> "h̶͋̓e̸͆̀l̷͛̕l̶͛̀o̴̓̕"
135-
*
136134
* @param str Input string.
137135
* @return Newly allocated transformed string, or NULL on failure.
138136
*/

0 commit comments

Comments
 (0)