home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oakland CPM Archive
/
oakcpm.iso
/
cpm
/
bdsc-4
/
bdslib.ark
/
LIBC.C
< prev
next >
Wrap
Text File
|
1983-07-15
|
384b
|
17 lines
/* libc.c 7/4/83 Copyright (C) Steve Blasingame */
#include "stdio.h"
#include "ctype.h"
#include "faccess.c"
#include "fgetc.c"
#include "fgets.c"
#include "fopen.c"
#include "format.c"
#include "fread.c"
#include "getw.c"
#include "init.c"
#include "malloc.c"
#include "qsort.c"
#include "setbuf.c"
#include "string.c"
#include "swapin.c"