Gisle Vanem wrote:
> The use of '__argv' as parameter names, causes this
> error from clang-cl:
>argz.c(234,1): error: conflicting types for 'argz_extract'
>argz_extract (const char *argz, size_t len, char **argv)
>^
>.\argz.h(68,13): note: previous declaration is here
>extern v
The use of '__argv' as parameter names, causes this
error from clang-cl:
argz.c(234,1): error: conflicting types for 'argz_extract'
argz_extract (const char *argz, size_t len, char **argv)
^
.\argz.h(68,13): note: previous declaration is here
extern void argz_extract (const char *restric