23 lines
468 B
C
23 lines
468 B
C
/* Main c file for pclib, includes other c soucre files */
|
|
/* Copyright (c) Mix Software 1988 */
|
|
|
|
#include "std_lib.h"
|
|
#include "init.c"
|
|
#include "convert.c"
|
|
#include "rand.c"
|
|
#include "gets.c"
|
|
#include "puts.c"
|
|
#include "open.c"
|
|
#include "exit.c"
|
|
#include "setbuf.c"
|
|
#include "file.c"
|
|
#include "close.c"
|
|
#include "sort.c"
|
|
#include "strcoll.c"
|
|
#include "memory.c"
|
|
#include "msdos.c"
|
|
#include "ungetc.c"
|
|
#include "envir.c"
|
|
#include "bios.c"
|
|
|