Added Rcs Id

This commit is contained in:
ceriel
1987-03-31 10:45:53 +00:00
parent 9dbda2e573
commit 400c036c67
114 changed files with 114 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
clearerr(iop)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
unsigned char _sobuf[BUFSIZ];

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
#ifndef NOFLOAT

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
#include <ctype.h>

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
fclose(fp)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
FILE *fdopen(fd,mode)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
fgetc(f)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
char *fgets(str, n, file)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
_fillbuf(iop)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#ifndef NOFLOAT
extern char *fcvt();
extern char *ecvt();

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
int

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
#define PMODE 0666

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
fprintf (file, fmt, args)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
fputc(c, iop)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
fputs(s,file)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
fread(ptr, size, count, file)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
#define PMODE 0666

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
int fscanf (fp, format, args)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
fwrite(ptr, size, count, file)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
#undef getchar

View File

@@ -1,3 +1,4 @@
/* $Header$ */
/*
* get entry from group file
*

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <signal.h>
#include <sgtty.h>

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
getpw(uid, buf)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
/*
* get entry from password file
*

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
char *gets(str)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
int getw(iop)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
#include <signal.h>

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
printf (fmt, args)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
#undef putchar

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
puts(s)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
int

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
rewind(iop)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
int scanf (format, args)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
char *sprintf(buf,format,args)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
int sscanf (string, format, args)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <signal.h>
system(str)

View File

@@ -1,3 +1,4 @@
/* $Header$ */
static struct zonetable {
int offset;
char *stdzone;

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <stdio.h>
ungetc(ch, iop)