You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Following function taken from https://creativeandcritical.net/downloads/replacebench.c which is in public domain; Credits to the there mentioned authors*/
32
-
/* replaces in the string "str" all the occurrences of the string "sub" with the string "rep" */
32
+
/*
33
+
Following function taken from https://creativeandcritical.net/downloads/replacebench.c which is in public domain;
34
+
Credits to the there mentioned authors. replaces in the string "str" all the occurrences of the string "sub" with the string "rep"
0 commit comments