svn commit: r197804 - in head: include lib/libc/gen

Gabor Kovesdan gabor at FreeBSD.org
Tue Oct 6 19:47:03 UTC 2009


Robert Watson escribió:
> +
> +char *
> +basename(path)
> +	const char *path;
> +{
> +	static char *bname = NULL;
> +
>   
Sorry if it's a trivial question but isn't ANSI prototype preferred over 
K&R function definition?

-- 
Gabor Kovesdan
FreeBSD Volunteer

EMAIL: gabor at FreeBSD.org .:|:. gabor at kovesdan.org
WEB:   http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org



More information about the svn-src-all mailing list