Added Rcs Id
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
clearerr(iop)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
unsigned char _sobuf[BUFSIZ];
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef NOFLOAT
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
fclose(fp)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
FILE *fdopen(fd,mode)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
fgetc(f)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
char *fgets(str, n, file)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
_fillbuf(iop)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#ifndef NOFLOAT
|
||||
extern char *fcvt();
|
||||
extern char *ecvt();
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
#define PMODE 0666
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
fprintf (file, fmt, args)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
fputc(c, iop)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
fputs(s,file)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
fread(ptr, size, count, file)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
#define PMODE 0666
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
int fscanf (fp, format, args)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
fwrite(ptr, size, count, file)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
#undef getchar
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
/*
|
||||
* get entry from group file
|
||||
*
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <signal.h>
|
||||
#include <sgtty.h>
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
getpw(uid, buf)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
/*
|
||||
* get entry from password file
|
||||
*
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
char *gets(str)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
int getw(iop)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
#include <signal.h>
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
printf (fmt, args)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
#undef putchar
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
puts(s)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
rewind(iop)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
int scanf (format, args)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
char *sprintf(buf,format,args)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
int sscanf (string, format, args)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <signal.h>
|
||||
|
||||
system(str)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
static struct zonetable {
|
||||
int offset;
|
||||
char *stdzone;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
ungetc(ch, iop)
|
||||
|
||||
Reference in New Issue
Block a user