Category : C Source Code
Archive   : LSAM23.ZIP
Filename : DL3.CAT

 
Output of file : DL3.CAT contained in archive : LSAM23.ZIP
DL 3
[73210,1707]
WHERE.ARC/binary 04-Jan-88 11962 Accesses: 39

Keywords: WHERE C SOURCE FIND FILES

Same where program from DL 3 with a bug fix so you can actually specify a
starting sub-directory like the usage message says. Didn't work properly if
there was more than one \ in the starting subdirectory. Will find where on
your hard disk the specified file is hiding. Wildcards. Shows all matches
so you can find duplicates.



[76556,1132]
IFS.ARC/binary 29-Dec-87 41615 Accesses: 74

Keywords: C SOURCE EXECUTABLE ITERATED FUNCTION SYSTEMS IFS FRACTALS

This is a C implementation of Byte's January, 1988 article on ``Iterated


Press for more !s
Function Systems, IFS'' fractals. The archive contains C source,
executable and example parameter files from the article. Requires a
Graphic Card, such as CGA to work, or modify the source to select one of
the Microsoft C 5.0 graphic modes. Read.me file explains how to use the
program. Archived with `arc'.



[71270,2070]
HSORT.ARC/binary 27-Dec-87 36480 Accesses: 28

Keywords: QUICKSORT INSERTION SORT QSORT C

This is a suite of sort routines for quicksort and insertion sorts for
simple numeric arrays in C. The quicksort is about 35% faster than qsort
but the full implimentation is much larger.




[72416,1362]
SOUND.ARC/binary 26-Dec-87 5660 Accesses: 66

Keywords: SOUND DELAY ASM C

C & ASM routines for sound generation and program delays. For use with MSC
4.0+



[70166,1152]
MCOMM.ARC/binary 18-Dec-87 103684 Accesses: 43

Keywords: MSC LITECOMM COMUNICATIONS TOOLBOX SHAREWARE

Version 2.5 of the LiteComm ToolBox. This version now supports
Microsoft(tm) C version 5. The archive includes a working terminal
emulator that uses the protocol engines that are provided to registered
users. Complete docs included. This sharware package can be registered via
Easyplex to 70166,1152 by including all info on the registration form.
Shareware, uploaded by the author.



[76244,612]
P3CMOS.ARC/binary 15-Dec-87 1084 Accesses: 22

Keywords: CMOS COMPAQ PORTABLE III

"C" accessable functions to read & write CMOS memory on Compaq Portable
III. May work on others (?) See supplied "DOC" file.



[70441,1466]
B-PLUS.ARC/binary 12-Dec-87 24295 Accesses: 112

Keywords: BTREE ISAM B-TREE FILE INDEXING KEY KEYED TREE C SHAREWARE

This is Version 1.1 of the B-PLUS toolkit - an efficient B-Tree module for
indexing data files. The B-PLUS "toolkit" allows data records to be
accessed by key value or in sequential ascending or decending order.
Variable length keys are supported and file size is limited only by DOS.
The ARC file contains the manual, C source, and sample programs. Tested
for Borland's Turbo C and Microsoft C4.0, C5.0. Shareware.



[75236,3142]
MSCPAR.ARC/binary 12-Dec-87 4608 Accesses: 60

Keywords: PARSER INTERPRETER CALCULATOR

This is a parsing program which can function as a calulator. It's based on
Schildt's routine ("Advanced Turbo C"), but does lots more. It supports
+,-,*,/,%, and ^ (with (double)^(double) so that square roots &c are
possible). It has functions sin,cos,tan,atan,ln,exp, and a constant: pi.
It has a dynamic variable handler with fortran-like variable names. Easy
to extend.



[76354,2233]
ED.ARC/binary 12-Dec-87 23168 Accesses: 27

Keywords: C PROGRAM HISTORY LOGGER PROGRAMMERS TOOLS

Ed is a simple c source file revision history logger, which prompts the
user for a short, one line description of an intended revision, then logs
that description, along with the update date and time, to a log file; then
invokes the user's editor, passing the desired file to be edited.



[76701,144]
HOWTO.ARC/binary 09-Dec-87 6784 Accesses: 288

Keywords: C TURBO TURBOPASCAL PASCAL TRANSLATOR

This is the introductory documentation to the free Microsoft TurboPascal to
C Translator.



[76701,144]
QCOMP.BAT 09-Dec-87 35 Accesses: 296

Keywords: C TURBO TURBOPASCAL PASCAL TRANSLATOR

This batch file sets parameters for Microsoft's free TurboPascal to C
Translator.



[76701,144]
RUNTIM.ARC/binary 09-Dec-87 10368 Accesses: 260

Keywords: C RUNTIME TURBO TURBOPASCAL PASCAL TRANSLATOR

This is the runtime documentation for Microsoft's free TurboPascal to C
Translator.



[76701,144]
T2C.ARC/binary 09-Dec-87 23808 Accesses: 266

Keywords: C TURBOPASCAL TURBO PASCAL TRANSLATOR

This is the library file for the TurboPascal to C Translator offered free
by Microsoft to all users.



[76701,144]
T2CP1.ARC/binary 09-Dec-87 47104 Accesses: 247

Keywords: C TURBO TURBOPASCAL PASCAL TRANSLATOR

This is another file for the TurboPascal to C Translator offered free to
all users by Microsoft.



[76701,144]
T2CP2.ARC/binary 09-Dec-87 56320 Accesses: 240

Keywords: C PASCAL TURBOPASCAL TRANSLATOR TURBO

Thisis one of the files for the TurboPascal to C Translator offered free to
users by Microsoft.



[76701,144]
TURBO.ARC/binary 09-Dec-87 6400 Accesses: 251

Keywords: C TURBO TURBOPASCAL TRANSLATOR PASCAL

Turbo.arc is one of the files for the TurboPascal to C Translator offered
free to users by Microsoft.



[76527,266]
SEARCH.ARC/binary 04-Dec-87 6912 Accesses: 48

Keywords: SEARCH BINSERT ISORT BSEARCH QSORT MSC

Search.Arc contains two functions binsert and isort that are complimentary
to the bsearch/qsort family. Binsert performs a binary search and an
insert if the datum is not found. Isort performs an insertion sort. Both
functions are much faster on sorted and nearly sorted lists than
lsearch/qsort and bsearch/qsort for list building. Supports huge arrays.
MSC 4.0 tested. Source code included. (C) 1987 by Barry A. Dobyns, private
non commercial use allowed.



[76701,144]
README.DOC 02-Dec-87 2816 Accesses: 384

Keywords: TURBO PASCAL QUICKC TRANSLATOR

TurboPascal to QuickC translator documentation



[70327,135]
CGETS.C 01-Dec-87 1825 Accesses: 40

Keywords: GETS FGETS KEYBOARD INPUT DOS CED

cgets is a CED compatible replacement for gets - regain use of the arrow
and editing keys. If CED is not loaded, the DOS editing keys are active.
Should be model independent and QuickC compatible, too.



[72617,1345]
LSAMDE.ARC/binary 29-Nov-87 99328 Accesses: 12 09-Jan-88

Keywords: LSAM

LSAM - Lydian Software Access Method - an indexed sequential access method
in the form of a subroutine library for Microsoft C Compilers 3.x+ plus a
Runtime Package loaded (NOT RESIDENT) at run time and called as needed for
index management services. This is a demo version for free distribution to
all interested. See documentation in lsam.doc for details.



[71565,1001]
BOSS.HST 28-Nov-87 13744 Accesses: 32

Keywords: WINDOWS LATTICE MICROSOFT COMPUTER INNOVATIONS CI86 DATALIGHT C
BORLAND SHAREWA

Change history of The Window BOSS, a windowing function library for
Lattice, Microsoft, Datalight, Borland, and Computer Innovations "C".
Related files: BOSS01.ARC, BOSS02.ARC, BOSS.INF. Revision 11.20.87 - Upl:
Phil Mongelluzzo



[71565,1001]
BOSS.INF 28-Nov-87 1349 Accesses: 48

Keywords: WINDOWS LATTICE MICROSOFT COMPUTER INNOVATIONS CI86 DATALIGHT C
BORLAND SHAREWA

Quick overview of The Window BOSS, a windowing function library for
Lattice, Microsoft, Datalight, Borland, and Computer Innovations "C".
Related files: BOSS01.ARC, BOSS02.ARC, BOSS.HST. Revision 11.20.87. - Upl:
Phil Mongelluzzo



[71565,1001]
BOSS01.ARC/binary 27-Nov-87 250154 Accesses: 42

Keywords: WINDOWS LATTICE MICROSOFT COMPUTER INNOVATIONS CI86 DATALIGHT C
BORLAND SHAREWA

The Window BOSS - Revision 11.20.87. Related files BOSS02.ARC, BOSS.INF,
BOSS.HST. This archive is the contains the support and library files for
the Lattice, Microsoft, Datalight, Borland, and Computer Innovations
compilers. A fourty three page reference manual is contained in BOSS02.ARC.
Download using XMODEM protocol. Unpack with ARC-E or ARC. (8-bit). -Phil
Mongelluzzo-



[71565,1001]
BOSS02.ARC/binary 27-Nov-87 30592 Accesses: 40

Keywords: WINDOWS LATTICE MICROSOFT COMPUTER INNOVATIONS CI86 DATALIGHT C
BORLAND SHAREWA

The Window BOSS - Revision 11.20.87. 47 Page DOC file. Related files
BOSS01.ARC, BOSS.INF, BOSS.HST. Download using XMODEM protocol. Unpack with
ARC-E or ARC. (8-bit). -Phil Mongelluzzo-



[72770,661]
MORE.ARC/binary 27-Nov-87 7808 Accesses: 48

Keywords: MORE EGA VGA 43LINE 50LINE

Replacement for MORE.COM. For use with EGA 43 line and VGA 50 line text
modes. Stops when the screen is full instead of at 25 lines. Includes
Microsoft C source.



[76556,3335]
TIMER.C/binary 26-Nov-87 2304 Accesses: 142

Keywords: MSC 5.0 _CHAIN_INTR _DOS_SETVECT _DOS_GETVECT INTERRUPT
OPTIMIZATION BUG TIMER

TIMER.C is a working example of using the Microsoft C 5.0 _chain_intr(),
_dos_setvect() and _dos_getvect() functions. It also exposes one caveat
which can cause the system to hang upon executing _chain_intr(). This
program, once compiled, may be used to delay a number of seconds specified
on the command line. 18 XModem blocks.



[70007,1150]
VISTA.ARC/binary 20-Nov-87 1969 Accesses: 84

Keywords: DB_VISTA PROTOTYPES QUICKC LIBRARIES

A list of prototypes for db_Vista functions plus a read.me file which
explains how to write db_Vista applications from within QuickC. The
read.me file may also be helpful to those having trouble using other
external libraries with QuickC (ver. 1.0).
Upl: Hardin Brothers 70007,1150



[76010,474]
UNIXC.ARC/binary 15-Nov-87 18863 Accesses: 67

Keywords: MSDOS PCDOS UNIX C SOURCE DIRECTORY DIRENT GETDENTS LIBRARY

Version 1.02 of a set of C source code implementing various Un*x system
functions for MsDos, specifically Microsoft C. This archive contains the
Msdos version of dirent system for a implementation independent file
directory system. Support for version 4 and 5 MSC. A minor error in last
upload. This will compile on MSC without errors now. This is ONLY of use to
MSDOS types. Download with protocol, use ARC-E to unarc. Corrects a bug



[76210,712]
CHIPS.ARC/binary 11-Nov-87 13238 Accesses: 74

Keywords: CPU NDP MATH COPROCESSOR C ASM


CHIPS.ARC contains chips(), an MSC callable ASM function which returns
the type of CPU (8088/8086, V20/V30, 80186, 80286 or 80386) and the
type of NDP or math coprocessor (8087, 80287 or 80387) present at run-
time. The return is via the AX register so the enclosed source code is
easily hacked for other applications. Includes .ASM, .OBJ (small mod-
el), .REF, and .C, .EXE and .MAP (for example and calling convention).



[71360,1740]
TURBOG.ARC/binary 09-Nov-87 42624 Accesses: 33

Keywords: LIBRARY C GRAPHICS TURBO-C GRAPH PLOT DRAW EGA VGA HERCULES DEMO

TURBOG.ARC (archived) contains a demo and a description of the Turbo G
graphics library. Turbo G is written entirely in C. It provides device
independent development, with scaling to user units and support for all
CGA, EGA, Hercules, and VGA modes. Device independence allows the user
to write applications that will work on any display adapter. Turbo G is
available from: TXM, Inc. Cary, NC 27511 (919) 467-6855 or (919) 481-9542
Upl/Auth:T Norwood (SysOp Note: Executable DEMO only)



[76327,1534]
GRDEMO.C 09-Nov-87 20723 Accesses: 18

Keywords: C5.0 GRDEMO C

GRDEMO.C from samples include with MsC 5.0 with arithmetic calculations
hand cast to give correct rounding. This version will work correctly when
compiled with -AL; the original will not. In additions it has the
appropriate includes so that -W3 does not generate errors. Problem of
nextcolor getting a no prototype error is still in this version.



[73577,121]
RBFIX.ARC/binary 08-Nov-87 11535 Accesses: 9

Keywords: RAM-BASE PATCH VIRTUAL DYANMIC MEMORY ALLOCATION

Patch for Ram-Base 1.2. Corrects unpredictable results when swap file got
too large. Three new functions added: rbslack, rblock, rbunlock. Small
file..3-4 min download at 1200. Unload using ARC.

SysOp Note: This is a PATCH file ONLY, download THIS file if you already
have Ram-Base. Otherwise, download the entire system.



[72605,1465]
KILLZ.ARC/binary 04-Nov-87 7296 Accesses: 20

Keywords: CONTROL-Z REMOVE1A KILLZ SOURCE

KILLZ is a utility to remove imbeded control-z from a file. It does indeed
remove them and not replace them with spaces or other characters. It was
inspired by REMOVE1A which was downloaded from this SIG. It is a bit safer
in that it will not kill the original file if the command line is entered
wrong. Source doc and EXE file are included. Use ARC-E to unpack.



[76077,1303]
CSOURC.ARC/binary 03-Nov-87 86898 Accesses: 32

Keywords: X-REF FORMAT CSOURCE LISTING

CSOURCE V2.0 -- Organizes and formats C code. Finds all identifiers and
labels them as defined variables, variables and functions. Produces source
listings based on any one of three indentation styles. Extract portions of
code. All output can go to screen, file or printer. New features include
nested comments and multiple output files for source listings. Many more
features. (SysOp Note: this is a DEMO version that is limited to 300 lines
per file - Shareware).



[74000,2447]
CBP.ARC/binary 27-Oct-87 20575 Accesses: 28

Keywords: C OS2 FORMAT BEAUTY PROTECTED COMPATIBILITY

The C Beautifier (from the IBM SW data library), fixed to compile under C
V4.5, linked for protected mode and bound to also run in compatibility
mode. Small revisions / upload by Martin Heller [74000,2447]. Download
with protocol (3.5 mins at 1200 baud) and unpack with arce or pkxarc.



[76010,474]
NMAKE.ARC/binary 08-Oct-87 68111 Accesses: 63

Keywords: MAKE NMAKE UTILITY MSDOS SOURCE C

Version 1.2, binary archive file of the source for NMAKE. This is a public
domain make utility. This archive includes source and executable for the
utility. Will process most of the Un*x spec makefiles and with minor
change, the Microsoft makefile. Upl Don Gloistein.



[70366,1376]
UNIXTO.ARC/binary 30-Sep-87 70529 Accesses: 106

Keywords: UNIX FILE TOOLS MSC SOURCE

Unix File utilities in MSC 4.0. UNIXTOOL.ARC contains fairly complete
versions of LS, RM, DF, DU, and MV... the RM function is recursive and thus
will delete all subdirectories and files in a directory! Full Source and
Executables... *** UNIX is a philosophy ... NOT an operating system *** **
BUT it is a registered Trademark of AT&T so get off my back **

SysOp Note: MS-DOS equivalents of the Unix Functions



[73220,1030]
FORMAT.ARC/binary 30-Sep-87 5124 Accesses: 25

Keywords: LIMITED SPRINTF WORKALIKE SOURCE C

Contains a primative sprintf() workalike, which is sufficient for many but
not all uses. Does not support floating point, and may have some other
problems. Provided for those that need source and can't use the source from
MSC 5.0 for whatever reason. Originally written for use in Windows. NOT
MY CODE, so I am not responsible for any bugs, but will consider fixing any
that are found. Upl: Noel J. Bergman [73220,1030]



[75026,3604]
HSATXT.ARC/binary 14-Sep-87 99456 Accesses: 78

Keywords: HSA C CRT WINDOWS MSC LATTICE TURBO CONTROL

This is version 3.05 of HSA_TEXT, a library of C screen access functions
for Microsoft, Turbo, and Lattice C. This is a set of very fast flexible
routines to display and read information from PC screen. Complete cursor
and color control is available. Access to screen is via direct memory
access or BIOS calls. HSA_TEXT now does windows! V3.05 corrects memory
allocation bug in w_menu1. Also included is an online help command for
HSA_TEXT library.




[74146,2310]
MALLOC.HOW 09-Sep-87 3732 Accesses: 223

Keywords: MALLOC DESCRIPTION

This is a text file describing in reasonable detail how malloc/free work in
MSC ver 4. If you are having problems with malloc/free bugs and are about
to blame malloc, read this file and I'm quite sure you will find that
malloc and free work just fine.



[75026,3604]
HSAGRF.ARC/binary 06-Sep-87 67840 Accesses: 77

Keywords: HSA C GRAPHICS EGA CGA HERCULES

Version 1.02 of HSA_GRAF, library of C elementary graphics functions. for
Microsoft and Lattice C. These very fast flexible routines draw lines,
arcs and text on the IBM PC graphics screen, using Hercules, CGA, or EGA
adapters. The screen may be accessed by pixel or scaled to inches. Many
line types including solid, dashed, dotted, and user defined style. Color
may be used on the EGA adapter. Missing Lattice LIB. Documentation bugs
corrected. Uploaded by author: Richard Evans





  3 Responses to “Category : C Source Code
Archive   : LSAM23.ZIP
Filename : DL3.CAT

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/