rolodeck.rme
来自「CBASE v1.01 采用Borland公司TC++编写的数据库管理源程序库」· RME 代码 · 共 55 行
RME
55 行
----------------------------------------------------------------------
| Citadel |
| 241 East Eleventh Street * Brookville, IN 47012 * 317-647-4720 |
| BBS 317-647-2403 |
----------------------------------------------------------------------
/////////////////
Modified to compile under Borland C++
//////////////////////////////////
The following files are obtained by decompressing rolodeck.zip:
rolodeck.rme preliminary information
makefile UNIX makefile
install.bat MS-DOS installation batch file
rolodeck.c rolodeck source code
rolodeck.h rolodeck data definition header
rolodeck.i rolodeck data definition code
basstr.h BASIC string function header
cvtss.c string conversion function
fml.c name format conversion functions
krtmp.c ANSI routines for K&R C compilers
======================================================================
INSTALLATION INSTRUCTIONS
The supplied MS-DOS batch file install.bat is written for Borland
Turbo C, and will require some modification for use with other
compilers. install.bat takes two arguments. The first specifies the
memory model, legal values for which are s, m, c, l, and h. The
second, if present, causes the reference manual to be extracted from
the source code into the file rolodeck.man.
UNIX
1. Install cbase.
2. Add the following definition at the top of cvtss.c.
#define huge
This will disable the MS-DOS huge pointer keyword.
3. Compile rolodeck.
$ make rolodeck
4. Extract and print the reference manual.
$ make man
$ lp rolodeck.man
MS-DOS
1. Install cbase.
2. If necessary, modify install.bat for the C compiler
being used.
3. Compile rolodeck and print the reference manual.
> install h x
> print rolodeck.man
======================================================================
Citadel 90/06/21
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?