Dec 192017
 
Expands tabs contained in C source files created in Borland's integrated environment. Includes complete C source code.
File EXPTAB.ZIP from The Programmer’s Corner in
Category C Source Code
Expands tabs contained in C source files created in Borland’s integrated environment. Includes complete C source code.
File Name File Size Zip Size Zip Type
EXPTAB.C 4616 1529 deflated
EXPTAB.DOC 1222 607 deflated
EXPTAB.EXE 15071 8627 deflated

Download File EXPTAB.ZIP Here

Contents of the EXPTAB.DOC file


EXPTAB.ZIP documentation.

This file contains the following files:

EXPTAB.C Source code for the EXPTAB program
EXPTAB.EXE Executable version of EXPTAB compiled with Turbo C++
compiler
EXPTAB.DOC This doumentation file


Borland's Turbo language editors contain optimal fill options for
source code lines which insert tab characters instead of consecutive
spaces. When viewing these files in text editors or in the DOS TYPE
command, default tab expansion spacing may differ. Expansion of the
tabs leaves source code illegible. EXPTAB replaces tab characters
with a user-specified number of spaces to allow the files to be
viewed under ASCII editors, or to be printed via the DOS PRINT
command or via DOS COPY to a line printer.

EXPTAB uses the following syntax:

EXPTAB sourcefile [destfile] [tabsize]

If destfile is not specified, the tabs are expanded within the source
file. Default tab spacing is two spaces (or the value of
DEFAULT_TAB_SIZE in the EXPTAB.C source) if the user does not specify
a tab spacing on the command line. Note that the destination file
should be specified before the tabsize if both optional parameters are
used.


 December 19, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)