On 10/3/07, Emmanuel Dreyfus <manu@...> wrote:
> Where is strtok_r on your system? man strtok_r should tell it:
>
> SYNOPSIS
> #include <string.h> <<< I need this
>
> char *
> strtok(char * restrict str, const char * restrict sep);
>
> char *
> strtok_r(char *str, const char *sep, char **lasts);
I found this:
#include <string.h>
char *strtok_r(char *s1, const char *s2, char **lasts);
--
/peterMessage
Re: [milter-greylist] milter-greylist 4.0beta3 is available
2007-10-03 by shuttlebox