Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace bughy implementation of function 'remove_all()'.
Counterexample for old implementation: char str[] = "aaa"; remove_all(str, 'a'); printf("%s\n", str); // displays "a" if we're lucky, //or crashes if we're not.
- Loading branch information