ne_shave (3) Linux Manual Page
ne_shave – trim whitespace from a string
Synopsis
#include <ne_string.h>
char *ne_shave(char *str, const char *whitespace);
Description
ne_shave
Examples
The following code segment will output "fish":
char s[] = ".!.fish!.!";
puts(ne_shave(s, ".!"));
Author
Joe Orton <neon [at] lists.manyfish.co.uk>
- Author.
