Subversion Repositories planix.SVN

Rev

Rev 50 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 50 Rev 52
Line 1... Line -...
1
#include <sys/cdefs.h>
-
 
2
__FBSDID("$FreeBSD: releng/12.0/lib/libc/gen/setprogname.c 93399 2002-03-29 22:43:43Z markm $");
-
 
3
 
-
 
4
#include <stdlib.h>
1
#include <stdlib.h>
5
#include <string.h>
2
#include <string.h>
6
 
3
 
7
#include "libc_private.h"
-
 
8
 
4
 
9
void
5
void
10
setprogname(const char *progname)
6
setprogname(const char *progname)
11
{
7
{
12
	const char *p;
8
	const char *p;