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, ".!"));
COPYRIGHT
#include <ne_string.h>
ne_shave
The following code segment will output "fish":
char s[] = ".!.fish!.!"; puts(ne_shave(s, ".!"));