From c1bae75a85e3d82052e40cacc5defd66934b5d4e Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 27 Jan 1987 16:21:02 +0000 Subject: [PATCH] Initial revision --- lang/cem/libcc/gen/LIST | 71 +++++++++++++++++++++++++++++++++++++++ lang/cem/libcc/stdio/LIST | 43 ++++++++++++++++++++++++ 2 files changed, 114 insertions(+) create mode 100644 lang/cem/libcc/gen/LIST create mode 100644 lang/cem/libcc/stdio/LIST diff --git a/lang/cem/libcc/gen/LIST b/lang/cem/libcc/gen/LIST new file mode 100644 index 000000000..24f2814d0 --- /dev/null +++ b/lang/cem/libcc/gen/LIST @@ -0,0 +1,71 @@ +tail_cc.2g.a +abs.c +atof.c +atoi.c +atol.c +bcmp.c +bfill.c +bmove.c +bzero.c +calloc.c +crypt.c +ctime.c +asctime.c +execvp.c +ffc.c +ffs.c +gcvt.c +ecvt.c +getlogin.c +getopt.c +index.c +l3.c +ldexp.c +localtime.c +gmtime.c +memccpy.c +memchr.c +memcmp.c +memcpy.c +memset.c +mktemp.c +monitor.c +perror.c +procentry.c +qsort.c +rand.c +seekdir.c +sleep.c +stb.c +strstr.c +strchr.c +strcmp.c +strcspn.c +strncat.c +strrchr.c +strtok.c +strpbrk.c +strspn.c +swab.c +telldir.c +ttyslot.c +rindex.c +strncmp.c +ttyname.c +closedir.c +isatty.c +opendir.c +malloc.c +bcopy.c +readdir.c +strcat.c +strcpy.c +strlen.c +tzset.c +getenv.c +strncpy.c +_c2type.c +abort.e +frexp.e +modf.e +setjmp.e diff --git a/lang/cem/libcc/stdio/LIST b/lang/cem/libcc/stdio/LIST new file mode 100644 index 000000000..64fc99d94 --- /dev/null +++ b/lang/cem/libcc/stdio/LIST @@ -0,0 +1,43 @@ +tail_cc.1s.a +clearerr.c +fgetc.c +fgets.c +fprintf.c +fputc.c +fputs.c +fread.c +freopen.c +fscanf.c +ftell.c +fwrite.c +getchar.c +getgrent.c +getpass.c +getpw.c +fopen.c +getpwent.c +gets.c +getw.c +popen.c +fdopen.c +printf.c +doprnt.c +fltpr.c +putchar.c +puts.c +putw.c +rewind.c +fseek.c +scanf.c +setbuf.c +sprintf.c +flushbuf.c +fclose.c +data.c +fflush.c +sscanf.c +doscan.c +fillbuf.c +system.c +timezone.c +ungetc.c -- 2.34.1